aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/main.h')
-rw-r--r--src/nvim/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/main.h b/src/nvim/main.h
index d387e6d668..f73af5c288 100644
--- a/src/nvim/main.h
+++ b/src/nvim/main.h
@@ -1,8 +1,8 @@
#ifndef NVIM_MAIN_H
#define NVIM_MAIN_H
-#include "nvim/normal.h"
#include "nvim/event/loop.h"
+#include "nvim/normal.h"
// Maximum number of commands from + or -c arguments.
#define MAX_ARG_CMDS 10