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:
committed by
Manish Singh
parent
2f3c343219
commit
a8b0844e0a
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user