aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/api/helpers.c')
-rw-r--r--src/nvim/api/helpers.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/api/helpers.c b/src/nvim/api/helpers.c
index 51b1dcb754..8d77ebfeea 100644
--- a/src/nvim/api/helpers.c
+++ b/src/nvim/api/helpers.c
@@ -4,9 +4,9 @@
#include "api/helpers.h"
#include "api/defs.h"
-#include "../vim.h"
-#include "../buffer.h"
-#include "../window.h"
+#include "vim.h"
+#include "buffer.h"
+#include "window.h"
#include "memory.h"
#include "eval.h"
#include "option.h"