aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.c
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 /expand.c
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 'expand.c')
-rw-r--r--expand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/expand.c b/expand.c
index 966eb44c..21bfe0e2 100644
--- a/expand.c
+++ b/expand.c
@@ -5,6 +5,8 @@ parameter expansion.
*/
+#include "config.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <wchar.h>
@@ -26,8 +28,6 @@ parameter expansion.
#include <procfs.h>
#endif
-#include "config.h"
-
#include "fallback.h"
#include "util.h"