summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-11-23 18:48:52 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-11-23 18:48:52 +0000
commit8847f2d9070cec416874129ae188e3cd2c9f6fa6 (patch)
tree4152e0ef31037f44ae5b1c60b0dcf9814ff92111
parent95d35d1a8dd18aceb7d1af74f38128eb9232964a (diff)
downloadmpfr-8847f2d9070cec416874129ae188e3cd2c9f6fa6.tar.gz
out_str.c: remove other occurrence of <locale.h>.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4994 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--out_str.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/out_str.c b/out_str.c
index 8ff1319ac..84922309d 100644
--- a/out_str.c
+++ b/out_str.c
@@ -21,7 +21,6 @@ the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
MA 02110-1301, USA. */
#include <string.h>
-#include <locale.h>
#include "mpfr-impl.h"