From e7f2d2310c1ad65b45708be0187a4fc19b40eb52 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 12 Oct 2000 16:07:34 +0000 Subject: [PATCH] use proper form of include --- src/ca/caConnTest.cpp | 6 +++--- src/ca/comBuf_IL.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ca/caConnTest.cpp b/src/ca/caConnTest.cpp index d8ff4cd25..170b6f6bc 100644 --- a/src/ca/caConnTest.cpp +++ b/src/ca/caConnTest.cpp @@ -2,9 +2,9 @@ #include #include -#include -#include -#include +#include "cadef.h" +#include "epicsAssert.h" +#include "osiTime.h" static unsigned channelCount = 0u; static unsigned connCount = 0u; diff --git a/src/ca/comBuf_IL.h b/src/ca/comBuf_IL.h index 9b79f4e7f..8d00f36b5 100644 --- a/src/ca/comBuf_IL.h +++ b/src/ca/comBuf_IL.h @@ -17,7 +17,7 @@ #ifndef comBuf_ILh #define comBuf_ILh -#include +#include "epicsAssert.h" #include "epicsTypes.h" #include "osiWireFormat.h"