]> granicus.if.org Git - graphviz/commitdiff
Removing all existing usage of USE_CGRAPH
authorellson <devnull@localhost>
Thu, 7 Aug 2008 17:17:46 +0000 (17:17 +0000)
committerellson <devnull@localhost>
Thu, 7 Aug 2008 17:17:46 +0000 (17:17 +0000)
    cgraph is now in full production in all these files

configure.ac still contains the --with-cgraph option in case Arif wants to use it.

cmd/gvpr/queue.h

index b6af67003911d3e503b2f6a4acb50ed31c487146..c3cf40d8dd7ef063e7d9c66ee45fc1a60edae6ea 100644 (file)
@@ -21,11 +21,7 @@ extern "C" {
 #ifndef QUEUE_H
 #define QUEUE_H
 
-#ifdef USE_CGRAPH
-#include <cgraph.h>
-#else
-#include <agraph.h>
-#endif
+#include "cgraph.h"
 
     typedef Dt_t queue;