summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
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;