fixed include statements

This commit is contained in:
Marty Kraimer
1998-01-21 15:52:16 +00:00
parent 6b43dc7a84
commit fe2d8d5564
3 changed files with 17 additions and 17 deletions
+13 -13
View File
@@ -54,23 +54,23 @@
* .20 03-30-94 mcn converted to fast links
*/
#include <vxWorks.h>
#include <types.h>
#include <stdioLib.h>
#include <lstLib.h>
#include <vxWorks.h>
#include <types.h>
#include <stdioLib.h>
#include <lstLib.h>
#include "dbDefs.h"
#include "epicsPrint.h"
#include <alarm.h>
#include <dbAccess.h>
#include <dbEvent.h>
#include <dbFldTypes.h>
#include <devSup.h>
#include <errMdef.h>
#include <recSup.h>
#include <module_types.h>
#include "alarm.h"
#include "dbAccess.h"
#include "dbEvent.h"
#include "dbFldTypes.h"
#include "devSup.h"
#include "errMdef.h"
#include "recSup.h"
#include "module_types.h"
#define GEN_SIZE_OFFSET
#include <timerRecord.h>
#include "timerRecord.h"
#undef GEN_SIZE_OFFSET
/* Create RSET - Record Support Entry Table*/
+2 -3
View File
@@ -77,8 +77,9 @@
#include <wdLib.h>
#include <sysLib.h>
#include "dbDefs.h"
#include "epicsPrint.h"
#include <alarm.h>
#include <dbDefs.h>
#include <dbAccess.h>
#include <dbEvent.h>
#include <dbScan.h>
@@ -469,8 +470,6 @@ static long special(paddr,after)
"wait: init_record: Illegal CALC field");
}
db_post_events(pwait,&pwait->clcv,DBE_VALUE);
db_post_events(pwait,pwait->calc,DBE_VALUE);
db_post_events(pwait,&pwait->clcv,DBE_VALUE);
return(0);
}
else if(paddr->pfield==(void *)&pwait->prio) {
+2 -1
View File
@@ -67,8 +67,9 @@
#include <stdlib.h>
#include <string.h>
#include "dbDefs.h"
#include "epicsPrint.h"
#include <alarm.h>
#include <dbDefs.h>
#include <dbAccess.h>
#include <dbEvent.h>
#include <dbFldTypes.h>