aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/api/helpers.h')
-rw-r--r--src/nvim/api/helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/helpers.h b/src/nvim/api/helpers.h
index afa16e54f4..53538a8e28 100644
--- a/src/nvim/api/helpers.h
+++ b/src/nvim/api/helpers.h
@@ -4,7 +4,7 @@
#include <stdbool.h>
#include "api/defs.h"
-#include "../vim.h"
+#include "vim.h"
#define set_api_error(message, err) \
do { \