summaryrefslogtreecommitdiffstats
path: root/src/ui/uxmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/uxmanager.h')
-rw-r--r--src/ui/uxmanager.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/ui/uxmanager.h b/src/ui/uxmanager.h
index 5fef08f11..711703192 100644
--- a/src/ui/uxmanager.h
+++ b/src/ui/uxmanager.h
@@ -11,20 +11,13 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include <glib.h>
#include <vector>
+#include <glib.h>
-extern "C"
-{
- typedef struct _GObject GObject;
- typedef struct _GtkWidget GtkWidget;
-}
-
+extern "C" typedef struct _GtkWidget GtkWidget;
class SPDesktop;
-
struct SPDesktopWidget;
-
namespace Inkscape {
namespace UI {