Browse Source

changed includes to use application path

Dave Schuyler 22 years ago
parent
commit
c58963671a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/deadrec/correction.cxx

+ 2 - 2
direct/src/deadrec/correction.cxx

@@ -17,9 +17,9 @@
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 
 
 #include "correction.h"
 #include "correction.h"
-#include <clockObject.h>
+#include "clockObject.h"
 
 
-#include <notifyCategoryProxy.h>
+#include "notifyCategoryProxy.h"
 NotifyCategoryDeclNoExport(correction);
 NotifyCategoryDeclNoExport(correction);
 NotifyCategoryDef(correction, "");
 NotifyCategoryDef(correction, "");