From 83000c4be8cb3c98e15d5772d580cf43e5f3be0a Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 28 Feb 2000 20:12:11 +0000 Subject: [PATCH] move dbAccess.h --- src/db/dbBkpt.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/db/dbBkpt.c b/src/db/dbBkpt.c index 675d0d55c..a82023670 100644 --- a/src/db/dbBkpt.c +++ b/src/db/dbBkpt.c @@ -14,6 +14,9 @@ of this distribution. /* Modification Log: * ----------------- * $Log$ + * Revision 1.19 2000/02/28 19:40:55 mrk + * changes for creating win dlls + * * Revision 1.18 2000/02/26 23:45:22 norume * Reflect routine name change from threadSuspend() to threadSuspendSelf(). * @@ -98,8 +101,6 @@ of this distribution. #include "dbBase.h" #include "dbFldTypes.h" #include "link.h" -#include "dbAddr.h" -#include "dbAccess.h" #include "dbCommon.h" #include "dbFldTypes.h" #include "db_field_log.h" @@ -107,6 +108,8 @@ of this distribution. #include "recSup.h" #include "special.h" #define epicsExportSharedSymbols +#include "dbAccess.h" +#include "dbAddr.h" #include "dbScan.h" #include "dbLock.h" #include "recGbl.h"