]> granicus.if.org Git - graphviz/commitdiff
and more transitive includes
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:56:21 +0000 (18:56 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:56:21 +0000 (18:56 +0000)
lib/gvc/gvdevice.c
lib/gvc/gvlayout.c
lib/gvc/gvplugin.c
lib/gvc/gvrender.c
lib/gvc/gvtextlayout.c
lib/gvc/gvusershape.c

index 5f9f563bfaf3439e6f8d9e61266e1f6d43845dac..5e6794768007c5ea6c76b949cfe1d663796f7ce5 100644 (file)
 #include "config.h"
 #endif
 
-#include <stdio.h>
 #include <string.h>
 
-#include "geom.h"
-
 #include "const.h"
 #include "types.h"
-
 #include "gvplugin_device.h"
 #include "gvcint.h"
 #include "gvcproc.h"
index b98b8a7bf2c92df7f2957283f6b1d458bb22a082..0fec5d35ab72e1abe2de20e7e4f4a7a3cfd4c312 100644 (file)
 #include "config.h"
 #endif
 
-#include <stdio.h>
-
 #include "const.h"
 #include "types.h"
 #include "graph.h"
-
 #include "gvplugin_layout.h"
 #include "gvcproc.h"
 
index f4c7c53a7669193723f640026092f4c836b8db6f..64a9ce02dad8a6fd1e8df304b277dbfed11be0a4 100644 (file)
 #include "config.h"
 #endif
 
-#include       <stdio.h>
-#include       <stdlib.h>
 #include       <string.h>
-
 #ifndef DISABLE_LTDL
 #include       <ltdl.h>
 #endif
 
-#include        "geom.h"
 #include        "memory.h"
-
 #include        "types.h"
 #include        "graph.h"
-
 #include        "gvplugin.h"
 #include        "gvcint.h"
 #include        "gvcproc.h"
index 511e45821893cad2a806229b0aafc2a8ce23771f..37148276ca2ab21361165bebf0b3a88d87ff8533 100644 (file)
 #include "config.h"
 #endif
 
-#include <assert.h>
-#include <stdio.h>
-#include <stdlib.h>
 #include <string.h>
-
-#include "geom.h"
 #include "memory.h"
-#include "pathplan.h"
-#include "color.h"
-#include "colorprocs.h"
 #include "const.h"
 #include "types.h"
 #include "macros.h"
 #include "globals.h"
 #include "graph.h"
-#include "cdt.h"
-
 #include "gvplugin_render.h"
 #include "gvcint.h"
+#include "colorprocs.h"
 #include "gvcproc.h"
 
 extern int emit_once(char *str);
index 9a0aaea9b758e66a12afec285c0134a2f8b6cfeb..f83e1d78c968afa17279f55b1f49a82052b7c767 100644 (file)
 #include "config.h"
 #endif
 
-#include <stdio.h>
 
 #include "const.h"
 #include "types.h"
-
 #include "gvplugin_textlayout.h"
 #include "gvcproc.h"
 
index 494960cc6bcc4c51685cce38fa82d20cfe32c796..81376b9ef702def3610630075309743701878755 100644 (file)
     extern int strncasecmp(const char *s1, const char *s2, unsigned int n);
 #endif
 
-#include <stdio.h>
-
 #include "macros.h"
 #include "const.h"
 #include "types.h"
 #include "graph.h"
-
 #include "gvplugin_usershape.h"
 #include "gvcproc.h"