From c58963671a9af4b1d4ecda55fb6828708bbf363a Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Tue, 28 Oct 2003 06:26:45 +0000 Subject: [PATCH] changed includes to use application path --- direct/src/deadrec/correction.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/deadrec/correction.cxx b/direct/src/deadrec/correction.cxx index 6d8846b27e..d5d0ef82d6 100644 --- a/direct/src/deadrec/correction.cxx +++ b/direct/src/deadrec/correction.cxx @@ -17,9 +17,9 @@ //////////////////////////////////////////////////////////////////// #include "correction.h" -#include +#include "clockObject.h" -#include +#include "notifyCategoryProxy.h" NotifyCategoryDeclNoExport(correction); NotifyCategoryDef(correction, "");