removed redundant includes
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
* $Id$
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.5 1998/04/17 17:49:25 jhill
|
||||
* fixed range problem in string to fp convert
|
||||
*
|
||||
* Revision 1.4 1997/08/05 00:51:07 jhill
|
||||
* fixed problems in aitString and the conversion matrix
|
||||
*
|
||||
@@ -24,10 +27,7 @@
|
||||
|
||||
#include <limits.h>
|
||||
#include <float.h>
|
||||
|
||||
#define AIT_TYPES_SOURCE 1
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "aitTypes.h"
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
* $Id$
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.11 1999/05/11 00:30:04 jhill
|
||||
* removed unused includes
|
||||
*
|
||||
* Revision 1.10 1999/05/10 23:40:06 jhill
|
||||
* removed timespec def and os specific ifdef maintenance nightmare
|
||||
*
|
||||
@@ -147,7 +150,7 @@ typedef union {
|
||||
strings and timestamps in an obsure, horrible way with the Dumb variables
|
||||
*/
|
||||
|
||||
#ifndef AIT_TYPES_SOURCE
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
@@ -160,6 +163,6 @@ epicsShareExtern double aitMin[aitTotal];
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user