]> granicus.if.org Git - graphviz/commitdiff
fix include ordering
authorellson <devnull@localhost>
Fri, 11 Aug 2006 13:50:34 +0000 (13:50 +0000)
committerellson <devnull@localhost>
Fri, 11 Aug 2006 13:50:34 +0000 (13:50 +0000)
plugin/xlib/gvdevice_xlib.c

index 592c6495b11b8afb49159be1ca81621a90b7d611..abfddc235a4d07b0ae0c488e15cd6e403426cdd0 100644 (file)
 #include <errno.h>
 #endif
 
+#include "gvplugin_device.h"
+
 #include <cairo.h>
 #ifdef CAIRO_HAS_XLIB_SURFACE
 #include <cairo-xlib.h>
 #include <X11/Xutil.h>
 #include <X11/extensions/Xrender.h>
 
-#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 */
 /*                                                         */