From f072daf26e7b893b40aabe61675f94fe84260a55 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 14 Mar 2000 16:04:35 +0000 Subject: [PATCH] cleaned up include order --- src/ca/cadef.h | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/src/ca/cadef.h b/src/ca/cadef.h index 312843ff8..c3b01c54d 100644 --- a/src/ca/cadef.h +++ b/src/ca/cadef.h @@ -16,17 +16,6 @@ #ifndef INCLcadefh #define INCLcadefh -#include "shareLib.h" - -/* - * auto include of all stuff that cadef.h uses - */ - -#include "caerr.h" -#include "db_access.h" -#include "caeventmask.h" -#include "ellLib.h" -#include "osiThread.h" /* * done in two ifdef steps so that we will remain compatible with @@ -47,6 +36,13 @@ extern "C" { #endif #endif +#include "ellLib.h" +#include "osiThread.h" +#include "shareLib.h" +#include "caerr.h" +#include "db_access.h" +#include "caeventmask.h" + typedef void *chid; typedef chid chanId; /* for when the structures field name is "chid" */ typedef long chtype;