Browse Source

remove circular include

David Rose 24 years ago
parent
commit
f2ec1c1cdf
2 changed files with 1 additions and 3 deletions
  1. 0 3
      panda/src/graph/dftraverser.T
  2. 1 0
      panda/src/graph/dftraverser.h

+ 0 - 3
panda/src/graph/dftraverser.T

@@ -16,9 +16,6 @@
 //
 ////////////////////////////////////////////////////////////////////
 
-#include "dftraverser.h"
-
-#include <notify.h>
 
 ////////////////////////////////////////////////////////////////////
 //     Function: DFTraverser::Constructor

+ 1 - 0
panda/src/graph/dftraverser.h

@@ -25,6 +25,7 @@
 #include "nodeRelation.h"
 
 #include <typedObject.h>
+#include <notify.h>
 
 ///////////////////////////////////////////////////////////////////
 //       Class : DFTraverser