aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/map.c')
-rw-r--r--src/nvim/map.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/nvim/map.c b/src/nvim/map.c
index 3e2bbe03e0..40868e5b92 100644
--- a/src/nvim/map.c
+++ b/src/nvim/map.c
@@ -1,12 +1,12 @@
#include <stdlib.h>
#include <stdbool.h>
-#include "map.h"
-#include "map_defs.h"
-#include "vim.h"
-#include "memory.h"
+#include "nvim/map.h"
+#include "nvim/map_defs.h"
+#include "nvim/vim.h"
+#include "nvim/memory.h"
-#include "lib/khash.h"
+#include "nvim/lib/khash.h"
typedef struct {
void *ptr;