]> granicus.if.org Git - graphviz/commitdiff
Move unneeded #include from topviewfuncs.c to viewport.c where it is needed
authorerg <devnull@localhost>
Sat, 28 Aug 2010 20:51:45 +0000 (20:51 +0000)
committererg <devnull@localhost>
Sat, 28 Aug 2010 20:51:45 +0000 (20:51 +0000)
cmd/smyrna/topviewfuncs.c
cmd/smyrna/viewport.c

index 48d0d27a528c5af85a0f0ee1d6c77ca34f20e0ce..b22df20ae3f0335baec9f623d989bf97fb060c9f 100644 (file)
@@ -19,7 +19,6 @@
 #include "smyrna_utils.h"
 #include "colorprocs.h"
 #include "draw.h"
-#include "glcompui.h"
 #include "frmobjectui.h"
 #include "xdot.h"
 #include "glutils.h"
index b571a1a21d1b05272736d1331cadeb743a87a9e3..ff50ab93146fe9d6100a9b6fe835d82e4a57b41d 100755 (executable)
@@ -27,6 +27,7 @@
 #include "gui.h"
 #include "menucallbacks.h"
 #include "string.h"
+#include "glcompui.h"
 /* #include "topview.h" */
 #include "gltemplate.h"
 #include "colorprocs.h"