]> granicus.if.org Git - graphviz/commitdiff
splitting out GVJ_s into lib/gvc/gvcjob.h
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:46:14 +0000 (18:46 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:46:14 +0000 (18:46 +0000)
lib/common/emit.c
lib/gvc/gvcint.h
lib/gvc/gvrender.c

index 4e6fbbb3bf50164c4fc68c6583e26048d786147d..98cecef4b4087cb15783b469a854e2bd807c8b2c 100644 (file)
  *  graphics code generator
  */
 
-#include       <ctype.h>
+#include <ctype.h>
 #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;
index 9ea7f6cb0de607b058fd71d5fb8d543dc75efde3..28145dfb88f7a22436a4f676fd604df982040a90 100644 (file)
@@ -23,6 +23,8 @@
 extern "C" {
 #endif
 
+#include "gvcjob.h"
+
 #define ARRAY_SIZE(A) (sizeof(A)/sizeof(A[0]))
 
     typedef struct {
index 924ea437f59f0e01b7fc294988a695cee190bca1..0db8388b13fa652939c6fdcd792bcaaef301bf71 100644 (file)
@@ -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);