From 0df5352f680ce36c78f7983d1a61e24b6e65378d Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 13 May 1999 20:59:39 +0000 Subject: [PATCH] removed redundant includes --- src/gdd/aitTypes.c | 8 ++++---- src/gdd/aitTypes.h | 7 +++++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/gdd/aitTypes.c b/src/gdd/aitTypes.c index 5bc8582ed..bbf584891 100644 --- a/src/gdd/aitTypes.c +++ b/src/gdd/aitTypes.c @@ -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 #include - -#define AIT_TYPES_SOURCE 1 -#include - +#include #define epicsExportSharedSymbols #include "aitTypes.h" diff --git a/src/gdd/aitTypes.h b/src/gdd/aitTypes.h index 38103a1fc..12a4b64fb 100644 --- a/src/gdd/aitTypes.h +++ b/src/gdd/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