summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/paint-selector.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/widgets/paint-selector.h b/src/widgets/paint-selector.h
index ebcac380f..f32c2c83d 100644
--- a/src/widgets/paint-selector.h
+++ b/src/widgets/paint-selector.h
@@ -14,8 +14,11 @@
*/
#include <glib.h>
+#include <gtk/gtk.h>
+#include "color.h"
#include "fill-or-stroke.h"
+#include "forward.h"
#include "sp-gradient-spread.h"
#include "sp-gradient-units.h"
@@ -27,13 +30,6 @@ class SPGradient;
#define SP_IS_PAINT_SELECTOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), SP_TYPE_PAINT_SELECTOR))
#define SP_IS_PAINT_SELECTOR_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), SP_TYPE_PAINT_SELECTOR))
-#include <gtk/gtk.h>
-
-#include "../forward.h"
-#include <color.h>
-#include <libnr/nr-forward.h>
-
-
/// Generic paint selector widget
struct SPPaintSelector {
GtkVBox vbox;