summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cxx/ismpf.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/cxx/ismpf.cc b/cxx/ismpf.cc
index f6f3c53ee..e1a75b3e1 100644
--- a/cxx/ismpf.cc
+++ b/cxx/ismpf.cc
@@ -19,15 +19,10 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
-#include "config.h"
-
#include <cctype>
#include <iostream>
#include <string>
-
-#if HAVE_LOCALE_H
-#include <locale.h> /* for localeconv */
-#endif
+#include <clocale> /* for localeconv */
#include "gmp.h"
#include "gmp-impl.h"