From 7113b8c63a2584a2216614f5d3405cd98bd73ddc Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 28 Feb 2000 21:26:19 +0000 Subject: [PATCH] try moving dbCa.h --- src/db/dbCa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/db/dbCa.c b/src/db/dbCa.c index 6f83fde11..0b23e5146 100644 --- a/src/db/dbCa.c +++ b/src/db/dbCa.c @@ -35,8 +35,6 @@ of this distribution. #include "osiThread.h" #include "tsStamp.h" #include "errlog.h" -#include "cadef.h" -#include "caerr.h" #include "alarm.h" #include "link.h" #include "errMdef.h" @@ -46,6 +44,8 @@ of this distribution. epicsShareFunc void * epicsShareAPI dbCalloc(size_t nobj,size_t size); #include "dbCaPvt.h" #define epicsExportSharedSymbols +#include "cadef.h" +#include "caerr.h" #include "db_access.h" #include "dbScan.h" #include "dbCa.h"