summaryrefslogtreecommitdiff
path: root/src/locale/LC_ALL.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/LC_ALL.c')
-rw-r--r--src/locale/LC_ALL.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/LC_ALL.c b/src/locale/LC_ALL.c
index 164a18ae..12702e1a 100644
--- a/src/locale/LC_ALL.c
+++ b/src/locale/LC_ALL.c
@@ -1,4 +1,3 @@
-#include <locale.h>
#define LC_ALL (0)
/** all locale categories **/
@@ -7,6 +6,7 @@
is used as the ARGUMENT(category) in a call to FUNCTION(setlocale) to operate
on all categories of the current locale.
***/
+
/*
STDC(1)
*/