]> granicus.if.org Git - graphviz/commitdiff
Remove a built-in dependency on graph.h.
authorEmden Gansner <erg@research.att.com>
Mon, 5 Mar 2012 21:46:43 +0000 (16:46 -0500)
committerEmden Gansner <erg@research.att.com>
Mon, 5 Mar 2012 21:46:43 +0000 (16:46 -0500)
plugin/gdiplus/gvdevice_gdiplus.cpp
plugin/gdiplus/gvrender_gdiplus.cpp

index 29568ef0a8ae1772277abf95edb4aece65dbff9d..05f85462df36fd5dbe048cfdd0096be5157d7154 100755 (executable)
@@ -18,7 +18,6 @@
 
 #include "gvplugin_device.h"
 #include "gvplugin_render.h"
-#include "graph.h"
 #include "gvplugin_gdiplus.h"
 
 extern "C" size_t gvwrite(GVJ_t *job, const unsigned char *s, unsigned int len);
index 51bd7db822dbce9b12fd2973945515c336843450..e5b0995f4847be1c332e758d216142e317b4fce4 100755 (executable)
@@ -20,7 +20,6 @@
 
 #include "gvplugin_device.h"
 #include "gvplugin_render.h"
-#include "graph.h"
 #include "gvplugin_gdiplus.h"
 
 #include <memory>