include libgimpbase/gimpbase.h.

2007-05-13  Sven Neumann  <sven@gimp.org>

	* plug-ins/help/gimp-help-lookup.c: include 
libgimpbase/gimpbase.h.


svn path=/trunk/; revision=22476
This commit is contained in:
Sven Neumann 2007-05-13 16:40:10 +00:00 committed by Sven Neumann
parent 6c285197d4
commit 1b379af305
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2007-05-13 Sven Neumann <sven@gimp.org>
* plug-ins/help/gimp-help-lookup.c: include libgimpbase/gimpbase.h.
2007-05-13 Sven Neumann <sven@gimp.org>
* app/file/Makefile.am

View file

@ -24,10 +24,9 @@
#include <stdlib.h>
#include <string.h>
#include <glib.h>
#include <glib-object.h>
#include "libgimpbase/gimpversion.h"
#include "libgimpbase/gimpenv.h"
#include "libgimpbase/gimpbase.h"
#include "gimphelp.h"