diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp-item-group.cpp | 4 | ||||
| -rw-r--r-- | src/sp-path.cpp | 4 | ||||
| -rw-r--r-- | src/sp-star.cpp | 4 | ||||
| -rw-r--r-- | src/sp-switch.cpp | 4 | ||||
| -rw-r--r-- | src/ui/widget/ruler.cpp | 4 |
5 files changed, 5 insertions, 15 deletions
diff --git a/src/sp-item-group.cpp b/src/sp-item-group.cpp index b5f6881b7..0f288a372 100644 --- a/src/sp-item-group.cpp +++ b/src/sp-item-group.cpp @@ -17,9 +17,7 @@ # include "config.h" #endif -#if defined(WIN32) || defined(__APPLE__) -# include <glibmm/i18n.h> -#endif +#include <glibmm/i18n.h> #include "display/nr-arena-group.h" #include "libnr/nr-matrix-ops.h" diff --git a/src/sp-path.cpp b/src/sp-path.cpp index ee98cc150..2e8cc2f75 100644 --- a/src/sp-path.cpp +++ b/src/sp-path.cpp @@ -18,9 +18,7 @@ # include <config.h> #endif -#if defined(WIN32) || defined(__APPLE__) -# include <glibmm/i18n.h> -#endif +#include <glibmm/i18n.h> #include <display/curve.h> #include <libnr/n-art-bpath.h> diff --git a/src/sp-star.cpp b/src/sp-star.cpp index 04efd8e93..2f3dcd6c1 100644 --- a/src/sp-star.cpp +++ b/src/sp-star.cpp @@ -16,9 +16,7 @@ #include "config.h" -#if defined(WIN32) || defined(__APPLE__) -# include <glibmm/i18n.h> -#endif +#include <glibmm/i18n.h> #include "svg/svg.h" #include "attributes.h" diff --git a/src/sp-switch.cpp b/src/sp-switch.cpp index d7bc6bba0..6884c352f 100644 --- a/src/sp-switch.cpp +++ b/src/sp-switch.cpp @@ -15,9 +15,7 @@ # include "config.h" #endif -#if defined(WIN32) || defined(__APPLE__) -# include <glibmm/i18n.h> -#endif +#include <glibmm/i18n.h> #include "sp-switch.h" #include "display/nr-arena-group.h" diff --git a/src/ui/widget/ruler.cpp b/src/ui/widget/ruler.cpp index 02a532a5a..8109ef5f5 100644 --- a/src/ui/widget/ruler.cpp +++ b/src/ui/widget/ruler.cpp @@ -12,9 +12,7 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#if defined(WIN32) || defined(__APPLE__) -# include <glibmm/i18n.h> -#endif +#include <glibmm/i18n.h> #include <gtkmm/ruler.h> #include "helper/units.h" |
