dont pull in stdio.h in the header since it isnt referenced there
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user