diff options
| author | Manolo Gouy <Manolo> | 2017-09-09 12:52:39 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2017-09-09 12:52:39 +0000 |
| commit | a03f8490e68326796868b0ceb9e62c534ec80c67 (patch) | |
| tree | 27c3db81b7b9d0303bb3a0acca9585ad3ff90b96 /src | |
| parent | 8e558595e653543dcc39ed079aaa9f8d87479fdc (diff) | |
#include <locale.h> is no longer needed.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12434 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_SVG_Image.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Fl_SVG_Image.cxx b/src/Fl_SVG_Image.cxx index cd85aa146..04a4d455e 100644 --- a/src/Fl_SVG_Image.cxx +++ b/src/Fl_SVG_Image.cxx @@ -24,9 +24,6 @@ #include <FL/fl_utf8.h> #include <stdio.h> #include <stdlib.h> -#if HAVE_LOCALE_H -#include <locale.h> -#endif #ifdef HAVE_LONG_LONG typedef long long fl_nsvg_int; |
