aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-05 19:58:00 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-05 19:58:00 +1000
commit921f0f02c3f447cff9130951c2078e99da232370 (patch)
treea6381526a9ec62d974f740c23835efffaab4e7f9 /env.c
parentfabb20dd3361ba21b9e8921835673edc88f9ad5b (diff)
Proper order for #includes
darcs-hash:20051005095800-ac50b-483cefa796b4e08ee4c2a85d0f841860e87b31d9.gz
Diffstat (limited to 'env.c')
-rw-r--r--env.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/env.c b/env.c
index c00e7b39..10d232a4 100644
--- a/env.c
+++ b/env.c
@@ -2,6 +2,8 @@
Functions for setting and getting environment variables.
*/
+#include "config.h"
+
#include <stdlib.h>
#include <wchar.h>
#include <string.h>
@@ -26,7 +28,6 @@
#include <term.h>
-#include "config.h"
#include "util.h"
#include "wutil.h"
#include "proc.h"