summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2013-07-18 00:23:35 +0200
committerDaniel Carl <danielcarl@gmx.de>2013-07-18 00:34:40 +0200
commita7e680b82067182f125732f68e3afca9181a8d4b (patch)
tree2bd96ea9487af7c609ade533246ae34f51413188 /src/main.c
parented5dc684ed524f01c6dfd3396bed8c5054cbcdba (diff)
Moved default config from config.h to own file.
This make the inclusion if the config.h file easier.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3da038d..11e1dc3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -20,17 +20,18 @@
#include <sys/stat.h>
#include <math.h>
#include "main.h"
+#include "config.h"
#include "util.h"
#include "command.h"
#include "keybind.h"
#include "setting.h"
-#include "config.h"
#include "completion.h"
#include "dom.h"
#include "hints.h"
#include "shortcut.h"
#include "history.h"
#include "session.h"
+#include "default.h"
/* variables */
static char **args;