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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/api/helpers.h b/src/nvim/api/helpers.h
index 53538a8e28..a3b264256b 100644
--- a/src/nvim/api/helpers.h
+++ b/src/nvim/api/helpers.h
@@ -3,8 +3,8 @@
#include <stdbool.h>
-#include "api/defs.h"
-#include "vim.h"
+#include "nvim/api/defs.h"
+#include "nvim/vim.h"
#define set_api_error(message, err) \
do { \