summaryrefslogtreecommitdiff
path: root/cxx
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-11-01 23:53:22 +0100
committerKevin Ryde <user42@zip.com.au>2002-11-01 23:53:22 +0100
commit3c93f22836c644ef7a6ce12ffdacf9fdcd7d674e (patch)
tree2311b30bbe4da3b6bd7c7cd07e04c0c4a5890826 /cxx
parentbaaea8a6c8d032501cfb2a277f8452f2f5d00ba8 (diff)
downloadgmp-3c93f22836c644ef7a6ce12ffdacf9fdcd7d674e.tar.gz
* cxx/ismpf.cc: Use <clocale>.
Diffstat (limited to 'cxx')
-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"