aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/memory.h')
-rw-r--r--src/nvim/memory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/memory.h b/src/nvim/memory.h
index 9c6f5a1b1d..cd25aa9fd0 100644
--- a/src/nvim/memory.h
+++ b/src/nvim/memory.h
@@ -1,5 +1,5 @@
-#ifndef NEOVIM_MEMORY_H
-#define NEOVIM_MEMORY_H
+#ifndef NVIM_MEMORY_H
+#define NVIM_MEMORY_H
#include "nvim/func_attr.h"
#include "nvim/types.h"