From 0ad26d47a26f4f94eaa8424236483bb52945c5a5 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 18:46:14 +0000 Subject: [PATCH] splitting out GVJ_s into lib/gvc/gvcjob.h --- lib/common/emit.c | 4 ++-- lib/gvc/gvcint.h | 2 ++ lib/gvc/gvrender.c | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) 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); -- 2.50.1