diff options
author | Kevin Ryde <user42@zip.com.au> | 2002-11-02 00:00:29 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2002-11-02 00:00:29 +0100 |
commit | 75080ea59d56930f18bf72efbf274f488eaba72c (patch) | |
tree | 2e3599fe1431c6a4cd8740b68e79bb046623932c /tests | |
parent | 3c93f22836c644ef7a6ce12ffdacf9fdcd7d674e (diff) | |
download | gmp-75080ea59d56930f18bf72efbf274f488eaba72c.tar.gz |
* tests/cxx/t-locale.cc: No need to conditionalize <clocale>.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cxx/t-locale.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/cxx/t-locale.cc b/tests/cxx/t-locale.cc index be6d6ad42..d5078dfb3 100644 --- a/tests/cxx/t-locale.cc +++ b/tests/cxx/t-locale.cc @@ -19,17 +19,11 @@ 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 <strstream> - #include <cstdio> #include <cstdlib> #include <cstring> - -#if HAVE_LOCALE_H #include <clocale> /* for lconv */ -#endif #include "gmp.h" #include "gmp-impl.h" |