summaryrefslogtreecommitdiffstats
path: root/src/interface.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-04-06 17:41:00 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-04-06 17:41:00 +0000
commite7c6906dfd496f02786ef57099629f7e6940f225 (patch)
tree2b897c07c7f8b42c8a6a09448fa07f352bd5b04a /src/interface.h
parentFix remaining GTKMM deprecation issues (diff)
downloadinkscape-e7c6906dfd496f02786ef57099629f7e6940f225.tar.gz
inkscape-e7c6906dfd496f02786ef57099629f7e6940f225.zip
drop some deprecated gdk_draw functions
(bzr r11166)
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 {