aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 953f6e4..458ef4c 100644
--- a/main.c
+++ b/main.c
@@ -10,13 +10,14 @@
#include <sys/stat.h>
#include <sys/types.h>
+#include "util.h"
+
#include "ui.h"
#include "vis.h"
#include "vis-lua.h"
#include "text-util.h"
#include "text-motions.h"
#include "text-objects.h"
-#include "util.h"
#include "libutf.h"
#include "array.h"
#include "buffer.h"