[gimp/goat-invasion: 197/401] app: minor cleanup and include removal



commit f8291e1849164753f7685b0fe4548a7e5daaac37
Author: Michael Natterer <mitch gimp org>
Date:   Wed Mar 21 22:47:19 2012 +0100

    app: minor cleanup and include removal

 app/core/gimpdrawable-operation.c |    2 --
 app/core/gimpdrawable-stroke.c    |    3 +--
 app/core/gimpimage-new.c          |    2 --
 app/core/gimpimage-scale.c        |    2 --
 4 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/app/core/gimpdrawable-operation.c b/app/core/gimpdrawable-operation.c
index 9414ee3..df2572e 100644
--- a/app/core/gimpdrawable-operation.c
+++ b/app/core/gimpdrawable-operation.c
@@ -26,8 +26,6 @@
 
 #include "core-types.h"
 
-#include "base/tile-manager.h"
-
 #include "gegl/gimp-gegl-utils.h"
 
 #include "gimp-apply-operation.h"
diff --git a/app/core/gimpdrawable-stroke.c b/app/core/gimpdrawable-stroke.c
index 799afc9..39a6073 100644
--- a/app/core/gimpdrawable-stroke.c
+++ b/app/core/gimpdrawable-stroke.c
@@ -362,8 +362,7 @@ gimp_drawable_stroke_scan_convert (GimpDrawable    *drawable,
 
   base = tile_manager_new (w, h, bytes);
   base_buffer = gimp_tile_manager_create_buffer (base,
-                                                
-                                gimp_drawable_get_format_with_alpha (drawable));
+                                                 gimp_drawable_get_format_with_alpha (drawable));
 
   switch (gimp_fill_options_get_style (options))
     {
diff --git a/app/core/gimpimage-new.c b/app/core/gimpimage-new.c
index af276ce..89b34d7 100644
--- a/app/core/gimpimage-new.c
+++ b/app/core/gimpimage-new.c
@@ -24,8 +24,6 @@
 
 #include "core-types.h"
 
-#include "base/tile-manager.h"
-
 #include "config/gimpcoreconfig.h"
 
 #include "gimp.h"
diff --git a/app/core/gimpimage-scale.c b/app/core/gimpimage-scale.c
index bab1c65..f83cb2a 100644
--- a/app/core/gimpimage-scale.c
+++ b/app/core/gimpimage-scale.c
@@ -21,8 +21,6 @@
 
 #include "core-types.h"
 
-#include "base/tile-manager.h"
-
 #include "gimp.h"
 #include "gimpcontainer.h"
 #include "gimpguide.h"



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