dont include shareLib.h more than necessary
This commit is contained in:
@@ -20,8 +20,6 @@
|
||||
#ifndef caNetAddrH
|
||||
#define caNetAddrH
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
#ifdef caNetAddrSock
|
||||
# ifdef epicsExportSharedSymbols
|
||||
# define epicsExportSharedSymbols_caNetAddrH
|
||||
@@ -30,11 +28,10 @@
|
||||
# include "osiSock.h"
|
||||
# ifdef epicsExportSharedSymbols_caNetAddrH
|
||||
# define epicsExportSharedSymbols
|
||||
# include "shareLib.h"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
class epicsShareClass caNetAddr {
|
||||
public:
|
||||
void clear ();
|
||||
|
||||
@@ -26,9 +26,8 @@
|
||||
#include "resourceLib.h"
|
||||
#ifdef epicsExportSharedSymbols_casEventMaskH
|
||||
# define epicsExportSharedSymbols
|
||||
# include "shareLib.h"
|
||||
#endif
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
class casEventRegistry;
|
||||
|
||||
|
||||
@@ -33,12 +33,11 @@
|
||||
|
||||
#ifdef epicsExportSharedSymbols_casdefh
|
||||
# define epicsExportSharedSymbols
|
||||
# include "shareLib.h"
|
||||
#endif
|
||||
|
||||
#include "caNetAddr.h"
|
||||
|
||||
#include "shareLib.h" // EPICS compiler specific sharable lib keywords
|
||||
|
||||
typedef aitUint32 caStatus;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user