Pārlūkot izejas kodu

remove circular include

David Rose 24 gadi atpakaļ
vecāks
revīzija
f2ec1c1cdf
2 mainītis faili ar 1 papildinājumiem un 3 dzēšanām
  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
 //     Function: DFTraverser::Constructor

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

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