aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_help.hdr
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-08-11 11:18:35 +1000
committerGravatar axel <axel@liljencrantz.se>2006-08-11 11:18:35 +1000
commitcd9102214bdfbe7d497587f6c46fc37b52d58b91 (patch)
tree769b1ef23375be0200c5e17b30b0fef15c09470f /builtin_help.hdr
parent8da54a1955d590c79f0f4afc4c42374ebc213b05 (diff)
Rearrange includes so that config.h is always the first file to be included
darcs-hash:20060811011835-ac50b-847fc790288e3bb3f3a0ee7734ff278d2dc65bef.gz
Diffstat (limited to 'builtin_help.hdr')
-rw-r--r--builtin_help.hdr3
1 files changed, 2 insertions, 1 deletions
diff --git a/builtin_help.hdr b/builtin_help.hdr
index 2c68031e..f209680f 100644
--- a/builtin_help.hdr
+++ b/builtin_help.hdr
@@ -5,13 +5,14 @@
various help files in the doc_src directory.
*/
+#include "config.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <wchar.h>
#include <sys/types.h>
-#include "config.h"
#include "util.h"
#include "common.h"
#include "halloc_util.h"