dont pull in stdio.h in the header since it isnt referenced there

This commit is contained in:
Jeff Hill
2001-06-11 17:08:07 +00:00
parent 26a92d3526
commit 01b7b23743
2 changed files with 10 additions and 4 deletions
+5
View File
@@ -5,6 +5,9 @@
// $Id$
//
// $Log$
// Revision 1.13 2001/01/31 13:33:41 mrk
// osiTime=>epicsTime
//
// Revision 1.12 1999/08/05 22:15:42 jhill
// removed knowledge of class osiTime
//
@@ -44,6 +47,8 @@
//
//
#include <stdio.h>
#define epicsExportSharedSymbols
#include "aitTypes.h"
#include "aitHelpers.h"
+5 -4
View File
@@ -8,6 +8,9 @@
* $Id$
*
* $Log$
* Revision 1.22 2001/01/31 13:33:41 mrk
* osiTime=>epicsTime
*
* Revision 1.21 1999/10/28 18:12:54 jhill
* removed use of macro max() because it was classing with the C++ RTL
*
@@ -77,12 +80,11 @@
*
*/
#include <stdio.h>
#include <string.h>
#include <limits.h>
#ifndef assert // allows use of epicsAssert.h
#include <assert.h>
#endif
#include <string.h>
#include <limits.h>
#include "shareLib.h"
@@ -97,7 +99,6 @@ inline char* strDup(const char* x)
return y;
}
struct timespec;
struct epicsTimeStamp;
class gdd;