summaryrefslogtreecommitdiffstats
path: root/src/extension/effect.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-02-12 13:43:17 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-02-12 13:43:17 +0000
commitcd1cf32a2792f8eaf99a90e326a7430b9b842552 (patch)
tree7dc818161f74be4598a640e4491b71d166f19d9f /src/extension/effect.h
parentRefresh marshallers for mingw (diff)
downloadinkscape-cd1cf32a2792f8eaf99a90e326a7430b9b842552.tar.gz
inkscape-cd1cf32a2792f8eaf99a90e326a7430b9b842552.zip
Header cleaning
(bzr r10963)
Diffstat (limited to '')
-rw-r--r--src/extension/effect.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/extension/effect.h b/src/extension/effect.h
index 83b5cc036..bb36b9238 100644
--- a/src/extension/effect.h
+++ b/src/extension/effect.h
@@ -12,21 +12,21 @@
#define INKSCAPE_EXTENSION_EFFECT_H__
#include <config.h>
-
#include <glibmm/i18n.h>
-#include <gtkmm/dialog.h>
-#include <gtk/gtk.h>
#include "verbs.h"
-
-#include "prefdialog.h"
#include "extension.h"
+namespace Gtk {
+ class VBox;
+}
+
struct SPDocument;
namespace Inkscape {
namespace Extension {
+class PrefDialog;
/** \brief Effects are extensions that take a document and do something
to it in place. This class adds the extra functions required