From: ellson Date: Tue, 18 Oct 2005 18:46:14 +0000 (+0000) Subject: splitting out GVJ_s into lib/gvc/gvcjob.h X-Git-Tag: LAST_LIBGRAPH~32^2~7274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ad26d47a26f4f94eaa8424236483bb52945c5a5;p=graphviz splitting out GVJ_s into lib/gvc/gvcjob.h --- diff --git a/lib/common/emit.c b/lib/common/emit.c index 4e6fbbb3b..98cecef4b 100644 --- a/lib/common/emit.c +++ b/lib/common/emit.c @@ -18,12 +18,12 @@ * graphics code generator */ -#include +#include #include "render.h" #include "gvplugin.h" #include "gvcint.h" #include "gvcproc.h" -#include "agxbuf.h" +#include "agxbuf.h" static char *defaultlinestyle[3] = { "solid\0", "setlinewidth\0001\0", 0 }; int emitState; diff --git a/lib/gvc/gvcint.h b/lib/gvc/gvcint.h index 9ea7f6cb0..28145dfb8 100644 --- a/lib/gvc/gvcint.h +++ b/lib/gvc/gvcint.h @@ -23,6 +23,8 @@ extern "C" { #endif +#include "gvcjob.h" + #define ARRAY_SIZE(A) (sizeof(A)/sizeof(A[0])) typedef struct { diff --git a/lib/gvc/gvrender.c b/lib/gvc/gvrender.c index 924ea437f..0db8388b1 100644 --- a/lib/gvc/gvrender.c +++ b/lib/gvc/gvrender.c @@ -43,7 +43,6 @@ #include "gvplugin_render.h" #include "gvplugin.h" #include "gvcint.h" -#include "gvcjob.h" #include "gvcproc.h" extern int emit_once(char *str);