summaryrefslogtreecommitdiffstats
path: root/src/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interface.h b/src/interface.h
index fecfa4ae4..d6e4c1c4f 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -17,11 +17,11 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include <gtk/gtk.h>
#include <gtkmm/menu.h>
-#include "sp-item.h"
-
+class SPItem;
+class SPObject;
+class SPDesktop;
class SPViewWidget;
namespace Inkscape {