cleaned up include order

This commit is contained in:
Jeff Hill
2000-03-14 16:04:35 +00:00
parent 71e9d31ccd
commit f072daf26e

View File

@@ -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;