Reorder #includes so things compile everywhere. Fixes bug #309562.

2005-07-05  Manish Singh  <yosh@gimp.org>

        * tools/shooter.c: Reorder #includes so things compile everywhere.
        Fixes bug #309562.
This commit is contained in:
Manish Singh
2005-07-06 04:47:49 +00:00
committed by Manish Singh
parent 2f3c343219
commit a8b0844e0a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-07-05 Manish Singh <yosh@gimp.org>
* tools/shooter.c: Reorder #includes so things compile everywhere.
Fixes bug #309562.
2005-07-01 Sven Neumann <sven@gimp.org>
* libgimpwidgets/libgimpwidgets-docs.sgml

View File

@ -7,11 +7,11 @@
#include <unistd.h>
#endif
#include <X11/extensions/shape.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>
#include <X11/extensions/shape.h>
#include "libgimpbase/gimpbase.h"
#include "libgimpconfig/gimpconfig.h"
#include "libgimpmodule/gimpmodule.h"