diff --git a/src/json/parseany.cpp b/src/json/parseany.cpp index 96b2770..4823e7b 100644 --- a/src/json/parseany.cpp +++ b/src/json/parseany.cpp @@ -5,15 +5,13 @@ #include +#define epicsExportSharedSymbols #include #include #include #if EPICS_VERSION_INT>=VERSION_INT(3,15,0,1) -#include - -#define epicsExportSharedSymbols #include "pv/json.h" namespace pvd = epics::pvData; diff --git a/src/json/parsehelper.cpp b/src/json/parsehelper.cpp index a694d5f..34ed895 100644 --- a/src/json/parsehelper.cpp +++ b/src/json/parsehelper.cpp @@ -6,11 +6,11 @@ #include #include +#define epicsExportSharedSymbols #include #if EPICS_VERSION_INT>=VERSION_INT(3,15,0,1) -#define epicsExportSharedSymbols #include "pv/json.h" namespace { diff --git a/src/json/parseinto.cpp b/src/json/parseinto.cpp index 0fd9921..ca4a9b0 100644 --- a/src/json/parseinto.cpp +++ b/src/json/parseinto.cpp @@ -6,15 +6,13 @@ #include #include +#define epicsExportSharedSymbols #include #include #include #if EPICS_VERSION_INT>=VERSION_INT(3,15,0,1) -#include - -#define epicsExportSharedSymbols #include "pv/json.h" namespace pvd = epics::pvData;