Fix various where epicsExport.h not last #include
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
#include "recGbl.h"
|
||||
#include "dbLink.h"
|
||||
#include "dbAccessDefs.h"
|
||||
#include "epicsExport.h"
|
||||
#include "biRecord.h"
|
||||
#include "epicsExport.h"
|
||||
|
||||
#define DEVSUPNAME "devBiDbState"
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
#include "devSup.h"
|
||||
#include "recGbl.h"
|
||||
#include "dbAccessDefs.h"
|
||||
#include "epicsExport.h"
|
||||
#include "boRecord.h"
|
||||
#include "epicsExport.h"
|
||||
|
||||
#define DEVSUPNAME "devBoDbState"
|
||||
|
||||
|
||||
@@ -24,12 +24,12 @@
|
||||
#include "devSup.h"
|
||||
#include "epicsString.h"
|
||||
#include "epicsGeneralTime.h"
|
||||
#include "epicsExport.h"
|
||||
|
||||
#include "aiRecord.h"
|
||||
#include "boRecord.h"
|
||||
#include "longinRecord.h"
|
||||
#include "stringinRecord.h"
|
||||
#include "epicsExport.h"
|
||||
|
||||
|
||||
/********* ai record **********/
|
||||
|
||||
@@ -15,9 +15,8 @@
|
||||
#include "errlog.h"
|
||||
#include "recGbl.h"
|
||||
#include "recSup.h"
|
||||
#include "epicsExport.h"
|
||||
|
||||
#include "stringoutRecord.h"
|
||||
#include "epicsExport.h"
|
||||
|
||||
typedef int (*PRINTFFUNC)(const char *fmt, ...);
|
||||
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
#include "alarm.h"
|
||||
#include "devSup.h"
|
||||
#include "recGbl.h"
|
||||
#include "epicsExport.h"
|
||||
|
||||
#include "aiRecord.h"
|
||||
#include "stringinRecord.h"
|
||||
#include "epicsExport.h"
|
||||
|
||||
|
||||
/* Extended device support to allow INP field changes */
|
||||
|
||||
@@ -32,12 +32,11 @@
|
||||
#include "devSup.h"
|
||||
#include "special.h"
|
||||
#include "registryFunction.h"
|
||||
#include "epicsExport.h"
|
||||
#include "recGbl.h"
|
||||
|
||||
#define GEN_SIZE_OFFSET
|
||||
#include "aSubRecord.h"
|
||||
#undef GEN_SIZE_OFFSET
|
||||
#include "epicsExport.h"
|
||||
|
||||
|
||||
typedef long (*GENFUNCPTR)(struct aSubRecord *);
|
||||
|
||||
Reference in New Issue
Block a user