From: ellson Date: Fri, 11 Aug 2006 13:50:34 +0000 (+0000) Subject: fix include ordering X-Git-Tag: LAST_LIBGRAPH~32^2~5984 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da091b66469c1b4a514361488e3abdfb8e99623d;p=graphviz fix include ordering --- diff --git a/plugin/xlib/gvdevice_xlib.c b/plugin/xlib/gvdevice_xlib.c index 592c6495b..abfddc235 100644 --- a/plugin/xlib/gvdevice_xlib.c +++ b/plugin/xlib/gvdevice_xlib.c @@ -47,14 +47,14 @@ #include #endif +#include "gvplugin_device.h" + #include #ifdef CAIRO_HAS_XLIB_SURFACE #include #include #include -#include "gvplugin_device.h" - /* Don't load up the xlib plugin with all that gnome stuff */ /* - OTOH now we are dependent on a firefox installation */ /* */