not having wide chars is soooo 90, please, I *really* don't care with
[apps/madmutt.git] / help.c
diff --git a/help.c b/help.c
index c0b2252..627f4c2 100644 (file)
--- a/help.c
+++ b/help.c
 # include "config.h"
 #endif
 
+#include <wctype.h>
+#include <wchar.h>
+#include <ctype.h>
+#include <string.h>
+
 #include <lib-lib/macros.h>
 #include <lib-lib/file.h>
 #include <lib-lib/str.h>
 #include "keymap.h"
 #include "pager.h"
 
-#include <wchar.h>
-#include <ctype.h>
-#include <string.h>
-
 static struct binding_t *help_lookupFunction (int op, int menu)
 {
   int i;