don't include 3.14 headers in EPICS 3.13

This commit is contained in:
2019-08-21 15:34:35 +02:00
parent 6669b1c33c
commit f2e9395377
2 changed files with 9 additions and 9 deletions

View File

@ -21,6 +21,14 @@
#include "StreamError.h"
#include "StreamBuffer.h"
#include "asynDriver.h"
#include "asynOctet.h"
#include "asynInt32.h"
#include "asynUInt32Digital.h"
#include "asynGpibDriver.h"
#include "devStream.h"
#ifdef EPICS_3_13
#include <assert.h>
#include <wdLib.h>
@ -36,13 +44,6 @@ extern "C" {
#include "iocsh.h"
#endif
#include "asynDriver.h"
#include "asynOctet.h"
#include "asynInt32.h"
#include "asynUInt32Digital.h"
#include "asynGpibDriver.h"
#include "devStream.h"
#include "MacroMagic.h"
#define Z PRINTF_SIZE_T_PREFIX

View File

@ -65,6 +65,7 @@ extern DBBASE *pdbbase;
#include "registryFunction.h"
#include "epicsStdioRedirect.h"
#include "iocsh.h"
#include "epicsExport.h"
#if defined(VERSION_INT) || EPICS_MODIFICATION >= 11
#include "initHooks.h"
@ -85,8 +86,6 @@ extern "C" epicsShareFunc int epicsShareAPI iocshCmd(const char *command);
#include <sysSymTbl.h>
#endif
#include "epicsExport.h"
#include "devStream.h"
#define Z PRINTF_SIZE_T_PREFIX