diff options
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/file.h b/src/file.h index af053f027..f18f757f6 100644 --- a/src/file.h +++ b/src/file.h @@ -14,12 +14,20 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include <stdio.h> - -#include "forward.h" -#include <extension/extension-forward.h> +#include <glib/gslist.h> #include <gtk/gtkwidget.h> +#include "extension/extension-forward.h" + +struct SPDesktop; +struct SPDocument; + +namespace Inkscape { + namespace Extension { + struct Extension; + } +} + /*###################### ## N E W ######################*/ |
