From 76d9b0c5c58f74a897bb3f47ee3efa6f58ef068d Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 20 Nov 2000 17:40:39 +0000 Subject: [PATCH] removed include of inline functions --- src/ca/netSubscription.cpp | 1 - src/ca/netWriteNotifyIO.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/ca/netSubscription.cpp b/src/ca/netSubscription.cpp index 6a5761686..eef541305 100644 --- a/src/ca/netSubscription.cpp +++ b/src/ca/netSubscription.cpp @@ -12,7 +12,6 @@ #include "iocinf.h" #include "netSubscription_IL.h" -#include "cacNotifyIO_IL.h" #include "nciu_IL.h" tsFreeList < class netSubscription, 1024 > netSubscription::freeList; diff --git a/src/ca/netWriteNotifyIO.cpp b/src/ca/netWriteNotifyIO.cpp index 683cb8ccc..cc87bf83c 100644 --- a/src/ca/netWriteNotifyIO.cpp +++ b/src/ca/netWriteNotifyIO.cpp @@ -12,7 +12,6 @@ #include "iocinf.h" #include "netWriteNotifyIO_IL.h" -#include "cacNotifyIO_IL.h" tsFreeList < class netWriteNotifyIO, 1024 > netWriteNotifyIO::freeList;