summaryrefslogtreecommitdiff
path: root/lib/libc/locale
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2013-05-30 18:35:56 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2013-05-30 18:35:56 +0000
commit2452957742018723be8e627e578608232eb75b00 (patch)
tree7a7e71741dca6766e442c6b82606607a80983c0b /lib/libc/locale
parent34753a11839766f446aa3b494eed0fe1000fb738 (diff)
Sort includes. From Vladimir Tamara Patino <vtamara@pasosdeJesus.org>
Diffstat (limited to 'lib/libc/locale')
-rw-r--r--lib/libc/locale/setrunelocale.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libc/locale/setrunelocale.c b/lib/libc/locale/setrunelocale.c
index aa02927c432..880eedebb0a 100644
--- a/lib/libc/locale/setrunelocale.c
+++ b/lib/libc/locale/setrunelocale.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: setrunelocale.c,v 1.8 2013/05/03 13:53:49 stsp Exp $ */
+/* $OpenBSD: setrunelocale.c,v 1.9 2013/05/30 18:35:55 stsp Exp $ */
/* $NetBSD: setrunelocale.c,v 1.14 2003/08/07 16:43:07 agc Exp $ */
/*-
@@ -88,18 +88,19 @@
* SUCH DAMAGE.
*/
-#include "rune.h"
#include <assert.h>
#include <errno.h>
#include <limits.h>
+#include <locale.h>
#include <paths.h>
-#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
+#include <string.h>
#include <unistd.h>
-#include <locale.h>
-#include <citrus/citrus_ctype.h>
+
+#include "citrus_ctype.h"
+#include "rune.h"
#include "rune_local.h"
struct localetable {