From d77998a11c2f9b1caa2a6cce08f869c0e200dbe6 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/gvpr/queue.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cmd/gvpr/queue.h b/cmd/gvpr/queue.h index b6af67003..c3cf40d8d 100644 --- a/cmd/gvpr/queue.h +++ b/cmd/gvpr/queue.h @@ -21,11 +21,7 @@ extern "C" { #ifndef QUEUE_H #define QUEUE_H -#ifdef USE_CGRAPH -#include -#else -#include -#endif +#include "cgraph.h" typedef Dt_t queue; -- 2.40.0