]> granicus.if.org Git - graphviz/commitdiff
removing more transitive includes
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:56:16 +0000 (18:56 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:56:16 +0000 (18:56 +0000)
lib/common/fontmetrics.c
lib/common/htmllex.c
lib/common/htmltable.c
lib/common/utils.c

index 6d018540ab9aba2fc71733ff4cd8a7c1eb0337e3..5041cafb778747a9d16c4e87e1b3a14de66ca6d9 100644 (file)
@@ -15,7 +15,6 @@
 **********************************************************/
 
 #include "render.h"
-#include "utils.h"
 
 //#ifdef HAVE_CAIRO
 #if 0
index e4bac406be4d1193fd5f9f6fcb9439f2d86368ac..5d5b77c58dc0f5c4566f5d54f2ecc586ed942f4a 100644 (file)
@@ -19,7 +19,6 @@
 #include "htmltable.h"
 #include "htmlparse.h"
 #include "htmllex.h"
-#include "utils.h"
 #include "entities.h"
 #include <ctype.h>
 
index f0b089568b26af02919c9daa5f0e3020dbff4e27..9dbb9edd5bbd306d233cd80afc5834e5617668dc 100644 (file)
@@ -37,7 +37,6 @@
 #include "htmltable.h"
 #include "agxbuf.h"
 #include "pointset.h"
-#include "utils.h"
 #include <assert.h>
 
 #define DEFAULT_BORDER    1
index 89ec335f117e1746f704eb8bed70f41ad189b3cd..c3fd9e141cd9095c73ad0c2558bc624b50853d0a 100644 (file)
@@ -18,7 +18,6 @@
 #include "config.h"
 #endif
 
-#include <stdio.h>
 #ifndef MSWIN32
 #include <unistd.h>
 #endif