[gnome-photos] Remove redundant headers



commit 0f8181c2b50ff56e25b135eadd783b5e48f35db7
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Aug 11 21:05:56 2017 +0200

    Remove redundant headers
    
    The photos-gegl.h header used to carry the autocleanups for
    GeglOperation and its relevant sub-classes before they were added to
    GEGL itself. It should have been removed in commit 53edc6f7eabf6b53.

 src/photos-operation-insta-curve.h         |    2 --
 src/photos-operation-insta-filter.h        |    2 --
 src/photos-operation-insta-hefe-curve.h    |    2 --
 src/photos-operation-insta-hefe-vignette.h |    2 --
 src/photos-operation-insta-hefe.h          |    2 --
 src/photos-operation-jpg-guess-sizes.h     |    2 --
 src/photos-operation-png-guess-sizes.h     |    2 --
 src/photos-operation-saturation.h          |    2 --
 src/photos-operation-svg-multiply.h        |    2 --
 9 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/src/photos-operation-insta-curve.h b/src/photos-operation-insta-curve.h
index 789d5c8..9d8c8fa 100644
--- a/src/photos-operation-insta-curve.h
+++ b/src/photos-operation-insta-curve.h
@@ -23,8 +23,6 @@
 
 #include <gegl-plugin.h>
 
-#include "photos-gegl.h"
-
 G_BEGIN_DECLS
 
 #define PHOTOS_TYPE_OPERATION_INSTA_CURVE (photos_operation_insta_curve_get_type ())
diff --git a/src/photos-operation-insta-filter.h b/src/photos-operation-insta-filter.h
index f67af07..34f87c1 100644
--- a/src/photos-operation-insta-filter.h
+++ b/src/photos-operation-insta-filter.h
@@ -23,8 +23,6 @@
 
 #include <gegl-plugin.h>
 
-#include "photos-gegl.h"
-
 G_BEGIN_DECLS
 
 #define PHOTOS_TYPE_OPERATION_INSTA_FILTER (photos_operation_insta_filter_get_type ())
diff --git a/src/photos-operation-insta-hefe-curve.h b/src/photos-operation-insta-hefe-curve.h
index 2708a9a..2608f30 100644
--- a/src/photos-operation-insta-hefe-curve.h
+++ b/src/photos-operation-insta-hefe-curve.h
@@ -23,8 +23,6 @@
 
 #include <gegl-plugin.h>
 
-#include "photos-gegl.h"
-
 G_BEGIN_DECLS
 
 #define PHOTOS_TYPE_OPERATION_INSTA_HEFE_CURVE (photos_operation_insta_hefe_curve_get_type ())
diff --git a/src/photos-operation-insta-hefe-vignette.h b/src/photos-operation-insta-hefe-vignette.h
index 7000e96..a07bdbd 100644
--- a/src/photos-operation-insta-hefe-vignette.h
+++ b/src/photos-operation-insta-hefe-vignette.h
@@ -23,8 +23,6 @@
 
 #include <gegl-plugin.h>
 
-#include "photos-gegl.h"
-
 G_BEGIN_DECLS
 
 #define PHOTOS_TYPE_OPERATION_INSTA_HEFE_VIGNETTE (photos_operation_insta_hefe_vignette_get_type ())
diff --git a/src/photos-operation-insta-hefe.h b/src/photos-operation-insta-hefe.h
index a7d6d00..0d77d46 100644
--- a/src/photos-operation-insta-hefe.h
+++ b/src/photos-operation-insta-hefe.h
@@ -23,8 +23,6 @@
 
 #include <gegl-plugin.h>
 
-#include "photos-gegl.h"
-
 G_BEGIN_DECLS
 
 #define PHOTOS_TYPE_OPERATION_INSTA_HEFE (photos_operation_insta_hefe_get_type ())
diff --git a/src/photos-operation-jpg-guess-sizes.h b/src/photos-operation-jpg-guess-sizes.h
index 53c697c..f9022bc 100644
--- a/src/photos-operation-jpg-guess-sizes.h
+++ b/src/photos-operation-jpg-guess-sizes.h
@@ -23,8 +23,6 @@
 
 #include <gegl-plugin.h>
 
-#include "photos-gegl.h"
-
 G_BEGIN_DECLS
 
 #define PHOTOS_TYPE_OPERATION_JPG_GUESS_SIZES (photos_operation_jpg_guess_sizes_get_type ())
diff --git a/src/photos-operation-png-guess-sizes.h b/src/photos-operation-png-guess-sizes.h
index 018dbde..243e5aa 100644
--- a/src/photos-operation-png-guess-sizes.h
+++ b/src/photos-operation-png-guess-sizes.h
@@ -23,8 +23,6 @@
 
 #include <gegl-plugin.h>
 
-#include "photos-gegl.h"
-
 G_BEGIN_DECLS
 
 #define PHOTOS_TYPE_OPERATION_PNG_GUESS_SIZES (photos_operation_png_guess_sizes_get_type ())
diff --git a/src/photos-operation-saturation.h b/src/photos-operation-saturation.h
index d8e2ee7..808ce77 100644
--- a/src/photos-operation-saturation.h
+++ b/src/photos-operation-saturation.h
@@ -23,8 +23,6 @@
 
 #include <gegl-plugin.h>
 
-#include "photos-gegl.h"
-
 G_BEGIN_DECLS
 
 #define PHOTOS_TYPE_OPERATION_SATURATION (photos_operation_saturation_get_type ())
diff --git a/src/photos-operation-svg-multiply.h b/src/photos-operation-svg-multiply.h
index 95d8392..ee3fd7f 100644
--- a/src/photos-operation-svg-multiply.h
+++ b/src/photos-operation-svg-multiply.h
@@ -27,8 +27,6 @@
 
 #include <gegl-plugin.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]