[gnome-photos/gnome-3-24] operation-svg-multiply: Remove redundant header



commit 98c0545721df3113d2b19a66a695757360a45f9d
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Aug 11 20:29:29 2017 +0200

    operation-svg-multiply: Remove redundant header
    
    The photos-gegl.h header used to carry the autocleanups for
    GeglOperation and its relevant sub-classes before they were added to
    GEGL itself. However, that was only in master, not in gnome-3-24. Plus
    G_DECLARE_* is not being used in gnome-3-24, anyway.
    
    Fallout from f859aa71b4537d5a787d89689757a5ede602f7d4

 src/photos-operation-svg-multiply.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-operation-svg-multiply.h b/src/photos-operation-svg-multiply.h
index e5f6c12..4605aeb 100644
--- a/src/photos-operation-svg-multiply.h
+++ b/src/photos-operation-svg-multiply.h
@@ -23,8 +23,6 @@
 
 #include <glib-object.h>
 
-#include "photos-gegl.h"
-
 G_BEGIN_DECLS
 
 #define PHOTOS_TYPE_OPERATION_SVG_MULTIPLY (photos_operation_svg_multiply_get_type ())


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