aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/blowfish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/blowfish.c')
-rw-r--r--src/nvim/blowfish.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nvim/blowfish.c b/src/nvim/blowfish.c
index 67712a2fbc..d48724ada4 100644
--- a/src/nvim/blowfish.c
+++ b/src/nvim/blowfish.c
@@ -12,10 +12,10 @@
#include <string.h>
-#include "vim.h"
-#include "blowfish.h"
-#include "message.h"
-#include "sha256.h"
+#include "nvim/vim.h"
+#include "nvim/blowfish.h"
+#include "nvim/message.h"
+#include "nvim/sha256.h"
#define ARRAY_LENGTH(A) (sizeof(A) / sizeof(A[0]))