Remove unused #include's.

This commit is contained in:
Ron Sluiter
2003-06-04 18:36:59 +00:00
parent 00739f9b1f
commit ee866d9cc7
2 changed files with 7 additions and 30 deletions
+4 -17
View File
@@ -2,9 +2,9 @@
FILENAME... drvOms.c
USAGE... Driver level support for OMS models VME8, VME44 and VS4.
Version: $Revision: 1.6 $
Version: $Revision: 1.7 $
Modified By: $Author: sluiter $
Last Modified: $Date: 2003-05-22 17:24:08 $
Last Modified: $Date: 2003-06-04 18:36:17 $
*/
/*
@@ -64,31 +64,18 @@ Last Modified: $Date: 2003-05-22 17:24:08 $
========================stepper motor driver ========================*/
#include <vxLib.h>
#include <stdio.h>
#include <sysLib.h>
#include <string.h>
#include <taskLib.h>
#include <rebootLib.h>
#include <logLib.h>
#include <alarm.h>
#include <dbDefs.h>
#include <dbAccess.h>
#include <dbCommon.h>
#include <devSup.h>
#include <drvSup.h>
extern "C" {
#include <recSup.h>
#include <logLib.h>
#include <drvSup.h>
#include <devLib.h>
#include <errlog.h>
}
#include <errMdef.h>
#include <intLib.h>
#include <epicsThread.h>
#include "motor.h"
#include "drvOms.h"
#include "epicsExport.h"
#define PRIVATE_FUNCTIONS 1 /* normal:1, debug:0 */
+3 -13
View File
@@ -2,9 +2,9 @@
FILENAME... drvOms58.c
USAGE... Motor record driver level support for OMS model VME58.
Version: $Revision: 1.4 $
Version: $Revision: 1.5 $
Modified By: $Author: sluiter $
Last Modified: $Date: 2003-05-22 17:24:25 $
Last Modified: $Date: 2003-06-04 18:36:59 $
*/
/*
@@ -69,26 +69,16 @@ Last Modified: $Date: 2003-05-22 17:24:25 $
*/
#include <vxLib.h>
#include <stdio.h>
#include <sysLib.h>
#include <string.h>
#include <taskLib.h>
#include <rngLib.h>
#include <rebootLib.h>
#include <logLib.h>
#include <alarm.h>
#include <dbDefs.h>
#include <dbAccess.h>
#include <taskLib.h>
#include <dbCommon.h>
#include <devSup.h>
#include <drvSup.h>
extern "C" {
#include <recSup.h>
#include <devLib.h>
#include <errlog.h>
}
#include <errMdef.h>
#include <epicsThread.h>
#include "motorRecord.h" /* For Driver Power Monitor feature only. */