From ad3da31c06d5a38a3d68879e9cc2f2ea0505cf18 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 22 Jan 2001 18:40:10 +0000 Subject: [PATCH] moved inline include to appropriate file --- src/ca/cac.cpp | 1 + src/ca/tcpiiu_IL.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ca/cac.cpp b/src/ca/cac.cpp index 7f2e090fd..c6e1a8069 100644 --- a/src/ca/cac.cpp +++ b/src/ca/cac.cpp @@ -20,6 +20,7 @@ #include "tcpiiu_IL.h" #include "nciu_IL.h" #include "ioCounter_IL.h" +#include "comQueSend_IL.h" extern "C" void cacRecursionLockExitHandler () { diff --git a/src/ca/tcpiiu_IL.h b/src/ca/tcpiiu_IL.h index 737656b29..17808875a 100644 --- a/src/ca/tcpiiu_IL.h +++ b/src/ca/tcpiiu_IL.h @@ -16,8 +16,6 @@ * 505 665 1831 */ -#include "comQueSend_IL.h" - inline bool tcpiiu::fullyConstructed () const { return this->fullyConstructedFlag;