aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.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 /function.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 'function.c')
-rw-r--r--function.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/function.c b/function.c
index cc39d9ea..d4b2c9cc 100644
--- a/function.c
+++ b/function.c
@@ -1,6 +1,9 @@
/** \file function.c
Functions for storing and retrieving function information.
*/
+
+#include "config.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <wchar.h>
@@ -8,8 +11,6 @@
#include <termios.h>
#include <signal.h>
-#include "config.h"
-
#include "wutil.h"
#include "fallback.h"
#include "util.h"