[gimp] app: don't include "libgimpmath/gimpvectors.h" in any header



commit 6a1b93be1cb66e680142a483944b4b3303a98939
Author: Michael Natterer <mitch gimp org>
Date:   Sun Apr 17 23:44:45 2011 +0200

    app: don't include "libgimpmath/gimpvectors.h" in any header
    
    It's types are generally known because it's already included
    in core-types.h.

 app/core/gimpbrush.h      |    1 -
 app/core/gimpcurve.h      |    1 -
 app/paint/gimppaintcore.h |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/app/core/gimpbrush.h b/app/core/gimpbrush.h
index f8af699..06054da 100644
--- a/app/core/gimpbrush.h
+++ b/app/core/gimpbrush.h
@@ -19,7 +19,6 @@
 #define __GIMP_BRUSH_H__
 
 
-#include "libgimpmath/gimpvector.h"
 #include "gimpdata.h"
 
 
diff --git a/app/core/gimpcurve.h b/app/core/gimpcurve.h
index 2f0f423..7a4c9bb 100644
--- a/app/core/gimpcurve.h
+++ b/app/core/gimpcurve.h
@@ -20,7 +20,6 @@
 
 
 #include "gimpdata.h"
-#include "libgimpmath/gimpvector.h"
 
 
 #define GIMP_TYPE_CURVE            (gimp_curve_get_type ())
diff --git a/app/paint/gimppaintcore.h b/app/paint/gimppaintcore.h
index f91d718..dae6d87 100644
--- a/app/paint/gimppaintcore.h
+++ b/app/paint/gimppaintcore.h
@@ -19,7 +19,6 @@
 #define __GIMP_PAINT_CORE_H__
 
 
-#include "libgimpmath/gimpvector.h"
 #include "core/gimpobject.h"
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]