From: erg Date: Sat, 28 Aug 2010 20:51:45 +0000 (+0000) Subject: Move unneeded #include from topviewfuncs.c to viewport.c where it is needed X-Git-Tag: LAST_LIBGRAPH~32^2~1211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14e744627059d3dd403e704ae8eeac4a3c9482d8;p=graphviz Move unneeded #include from topviewfuncs.c to viewport.c where it is needed --- diff --git a/cmd/smyrna/topviewfuncs.c b/cmd/smyrna/topviewfuncs.c index 48d0d27a5..b22df20ae 100644 --- a/cmd/smyrna/topviewfuncs.c +++ b/cmd/smyrna/topviewfuncs.c @@ -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" diff --git a/cmd/smyrna/viewport.c b/cmd/smyrna/viewport.c index b571a1a21..ff50ab931 100755 --- a/cmd/smyrna/viewport.c +++ b/cmd/smyrna/viewport.c @@ -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"