#include <locale.h> is no longer needed.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12434 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2017-09-09 12:52:39 +00:00
parent 8e558595e6
commit a03f8490e6

View File

@ -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;