don't include libgimpmath/gimpmathtypes.h

2007-03-10  Michael Natterer  <mitch@gimp.org>

	* app/core/core-types.h: don't include libgimpmath/gimpmathtypes.h

	* app/base/base-types.h: include it here. Also include
	libgimpcolor/gimpcolortypes.h


svn path=/trunk/; revision=22094
This commit is contained in:
Michael Natterer 2007-03-10 19:31:07 +00:00 committed by Michael Natterer
parent 34130a569e
commit 4ddfeb7ddc
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2007-03-10 Michael Natterer <mitch@gimp.org>
* app/core/core-types.h: don't include libgimpmath/gimpmathtypes.h
* app/base/base-types.h: include it here. Also include
libgimpcolor/gimpcolortypes.h
2007-03-10 Sven Neumann <sven@gimp.org>
* configure.in: bumped version to 2.3.16.

View File

@ -21,6 +21,8 @@
#include "libgimpbase/gimpbasetypes.h"
#include "libgimpmath/gimpmathtypes.h"
#include "libgimpcolor/gimpcolortypes.h"
#include "paint-funcs/paint-funcs-types.h"

View File

@ -20,7 +20,6 @@
#define __CORE_TYPES_H__
#include "libgimpmath/gimpmathtypes.h"
#include "libgimpmodule/gimpmoduletypes.h"
#include "libgimpthumb/gimpthumb-types.h"