aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/path.h')
-rw-r--r--src/nvim/path.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/path.h b/src/nvim/path.h
index 51503c3bdd..ac7cddf11d 100644
--- a/src/nvim/path.h
+++ b/src/nvim/path.h
@@ -1,9 +1,9 @@
#ifndef NEOVIM_PATH_H
#define NEOVIM_PATH_H
-#include "func_attr.h"
-#include "types.h"
-#include "garray.h"
+#include "nvim/func_attr.h"
+#include "nvim/types.h"
+#include "nvim/garray.h"
/// Return value for the comparison of two files. Also @see path_full_compare.
typedef enum file_comparison {