diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-08-18 21:18:05 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-08-18 21:18:05 +0000 |
| commit | a5e84125b62bf41871b57d93e457db81ee139485 (patch) | |
| tree | 420c753d71c92ee51ff1e2499e1ba93f802f48ff /src/widgets | |
| parent | Code cleanup. (diff) | |
| download | inkscape-a5e84125b62bf41871b57d93e457db81ee139485.tar.gz inkscape-a5e84125b62bf41871b57d93e457db81ee139485.zip | |
Fix build (not pretty).
(bzr r13341.1.146)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/button.cpp | 4 | ||||
| -rw-r--r-- | src/widgets/gradient-image.cpp | 2 | ||||
| -rw-r--r-- | src/widgets/icon.h | 8 |
3 files changed, 3 insertions, 11 deletions
diff --git a/src/widgets/button.cpp b/src/widgets/button.cpp index 04426e734..63bb390fb 100644 --- a/src/widgets/button.cpp +++ b/src/widgets/button.cpp @@ -11,10 +11,10 @@ * This code is in public domain */ -#include "button.h" +#include "icon.h" +#include "button.h" #include "helper/action-context.h" -#include "icon.h" #include "interface.h" #include "shortcuts.h" diff --git a/src/widgets/gradient-image.cpp b/src/widgets/gradient-image.cpp index 2e2c5423b..1b7d4f8a1 100644 --- a/src/widgets/gradient-image.cpp +++ b/src/widgets/gradient-image.cpp @@ -10,7 +10,7 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include <sigc++/signal.h> +#include <sigc++/sigc++.h> #include "display/cairo-utils.h" #include "gradient-image.h" diff --git a/src/widgets/icon.h b/src/widgets/icon.h index e1dae0d6a..5838d8de4 100644 --- a/src/widgets/icon.h +++ b/src/widgets/icon.h @@ -14,14 +14,6 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - -#if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H -#include <glibmm/threads.h> -#endif - #include <gtkmm/widget.h> #include "icon-size.h" |
