dont include shareLib.h more than necessary
This commit is contained in:
@@ -28,8 +28,6 @@
|
||||
# undef epicsExportSharedSymbols
|
||||
#endif
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
#include "tsDLList.h"
|
||||
#include "tsFreeList.h"
|
||||
#include "epicsSingleton.h"
|
||||
@@ -37,11 +35,11 @@
|
||||
|
||||
#ifdef bhehEpicsExportSharedSymbols
|
||||
# define epicsExportSharedSymbols
|
||||
# include "shareLib.h"
|
||||
#endif
|
||||
|
||||
#include "inetAddrID.h"
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
class tcpiiu;
|
||||
|
||||
|
||||
10
src/ca/cac.h
10
src/ca/cac.h
@@ -27,22 +27,20 @@
|
||||
#define cach
|
||||
|
||||
#ifdef epicsExportSharedSymbols
|
||||
#define cach_restore_epicsExportSharedSymbols
|
||||
#undef epicsExportSharedSymbols
|
||||
# define cach_restore_epicsExportSharedSymbols
|
||||
# undef epicsExportSharedSymbols
|
||||
#endif
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
#include "ipAddrToAsciiAsynchronous.h"
|
||||
#include "epicsTimer.h"
|
||||
#include "epicsEvent.h"
|
||||
#include "freeList.h"
|
||||
|
||||
#ifdef cach_restore_epicsExportSharedSymbols
|
||||
#define epicsExportSharedSymbols
|
||||
# define epicsExportSharedSymbols
|
||||
# include "shareLib.h"
|
||||
#endif
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
#include "nciu.h"
|
||||
#include "bhe.h"
|
||||
|
||||
@@ -49,19 +49,17 @@
|
||||
|
||||
#ifdef epicsExportSharedSymbols
|
||||
# define cacIOh_restore_epicsExportSharedSymbols
|
||||
#undef epicsExportSharedSymbols
|
||||
# undef epicsExportSharedSymbols
|
||||
#endif
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
#include "tsDLList.h"
|
||||
#include "epicsMutex.h"
|
||||
|
||||
#ifdef cacIOh_restore_epicsExportSharedSymbols
|
||||
# define epicsExportSharedSymbols
|
||||
# include "shareLib.h"
|
||||
#endif
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
class cacChannel;
|
||||
|
||||
|
||||
@@ -50,15 +50,13 @@
|
||||
# undef epicsExportSharedSymbols
|
||||
#endif
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
#include "epicsThread.h"
|
||||
|
||||
#ifdef INCLcadefh_accessh_epicsExportSharedSymbols
|
||||
# define epicsExportSharedSymbols
|
||||
# include "shareLib.h"
|
||||
#endif
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
#include "caerr.h"
|
||||
#include "db_access.h"
|
||||
|
||||
@@ -32,10 +32,9 @@
|
||||
|
||||
#ifdef INCLcaerrh_accessh_epicsExportSharedSymbols
|
||||
# define epicsExportSharedSymbols
|
||||
# include "shareLib.h"
|
||||
#endif
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
/* CA Status Code Definitions */
|
||||
|
||||
#define CA_K_INFO 3 /* successful */
|
||||
|
||||
@@ -30,24 +30,21 @@
|
||||
#define dbCACh
|
||||
|
||||
#ifdef epicsExportSharedSymbols
|
||||
#define dbCACh_restore_epicsExportSharedSymbols
|
||||
#undef epicsExportSharedSymbols
|
||||
# define dbCACh_restore_epicsExportSharedSymbols
|
||||
# undef epicsExportSharedSymbols
|
||||
#endif
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
#include "tsDLList.h"
|
||||
#include "epicsSingleton.h"
|
||||
#include "tsFreeList.h"
|
||||
#include "resourceLib.h"
|
||||
|
||||
#include "cacIO.h"
|
||||
|
||||
#ifdef dbCACh_restore_epicsExportSharedSymbols
|
||||
#define epicsExportSharedSymbols
|
||||
# define epicsExportSharedSymbols
|
||||
# include "shareLib.h"
|
||||
#endif
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
#include "db_access.h"
|
||||
#include "dbNotify.h"
|
||||
|
||||
Reference in New Issue
Block a user