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/widgets/button.cpp | |
| 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/widgets/button.cpp')
| -rw-r--r-- | src/widgets/button.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/widgets/button.cpp b/src/widgets/button.cpp index ecc9405d9..676cb9b59 100644 --- a/src/widgets/button.cpp +++ b/src/widgets/button.cpp @@ -17,19 +17,12 @@ # include "config.h" #endif - -#if HAVE_STRING_H -#endif - - - - +#include "icon.h" #include "shortcuts.h" #include "interface.h" #include <gdk/gdkkeysyms.h> -#include "icon.h" #include "button.h" static void sp_button_class_init (SPButtonClass *klass); |
