diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-06 17:41:00 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-06 17:41:00 +0000 |
| commit | e7c6906dfd496f02786ef57099629f7e6940f225 (patch) | |
| tree | 2b897c07c7f8b42c8a6a09448fa07f352bd5b04a /src/interface.h | |
| parent | Fix remaining GTKMM deprecation issues (diff) | |
| download | inkscape-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.h | 6 |
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 { |
