From a2a1ce8b91b9d0d78c271c24f45ff2a14ab8a93d Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 7 Aug 2008 17:17:46 +0000 Subject: [PATCH] Removing all existing usage of USE_CGRAPH 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/tools/convert.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/cmd/tools/convert.h b/cmd/tools/convert.h index d7a012ef2..6f7a06d1b 100644 --- a/cmd/tools/convert.h +++ b/cmd/tools/convert.h @@ -25,18 +25,15 @@ extern "C" { #include "config.h" #endif -#ifdef USE_CGRAPH -#include -#include -#else -#include -#endif #include #ifdef HAVE_STDLIB_H #include #endif #include +#include "cgraph.h" +#include "cghdr.h" + extern void gv_to_gxl(Agraph_t *, FILE *); #ifdef HAVE_EXPAT extern Agraph_t *gxl_to_gv(FILE *); -- 2.40.0