diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-29 01:16:51 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-29 01:16:51 +0000 |
| commit | dfee660d61d18c55d5f0912b3a87958d631eb6fa (patch) | |
| tree | acdb49deedd5bb761f4642874d451d92bf81886b /src/extension/extension.h | |
| parent | Dutch translation: minor update (diff) | |
| download | inkscape-dfee660d61d18c55d5f0912b3a87958d631eb6fa.tar.gz inkscape-dfee660d61d18c55d5f0912b3a87958d631eb6fa.zip | |
Header tidying, suppress all gdk deprecation errors in gtkmm
(bzr r11030)
Diffstat (limited to 'src/extension/extension.h')
| -rw-r--r-- | src/extension/extension.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/extension.h b/src/extension/extension.h index 16c814d26..e0b643b6d 100644 --- a/src/extension/extension.h +++ b/src/extension/extension.h @@ -17,13 +17,13 @@ #include <ostream> #include <fstream> #include <vector> -#include <gtkmm/widget.h> -#include <gtkmm/table.h> #include <glibmm/ustring.h> #include "xml/repr.h" namespace Gtk { + class Table; class VBox; + class Widget; } /** The key that is used to identify that the I/O should be autodetected */ |
