aboutsummaryrefslogtreecommitdiffhomepage
path: root/history.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 /history.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 'history.c')
-rw-r--r--history.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/history.c b/history.c
index d3c0ceb6..e0d02b0b 100644
--- a/history.c
+++ b/history.c
@@ -1,6 +1,8 @@
/** \file history.c
History functions, part of the user interface.
*/
+#include "config.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <wchar.h>
@@ -11,8 +13,6 @@
#include <unistd.h>
-#include "config.h"
-
#include "fallback.h"
#include "util.h"