aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/uv_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/uv_helpers.h')
-rw-r--r--src/nvim/os/uv_helpers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/os/uv_helpers.h b/src/nvim/os/uv_helpers.h
index eed2c55c3a..03fd64457f 100644
--- a/src/nvim/os/uv_helpers.h
+++ b/src/nvim/os/uv_helpers.h
@@ -1,5 +1,5 @@
-#ifndef NEOVIM_OS_UV_HELPERS_H
-#define NEOVIM_OS_UV_HELPERS_H
+#ifndef NVIM_OS_UV_HELPERS_H
+#define NVIM_OS_UV_HELPERS_H
#include <uv.h>
@@ -43,5 +43,5 @@ Job *handle_get_job(uv_handle_t *handle);
/// @param job the Job pointer
void handle_set_job(uv_handle_t *handle, Job *job);
-#endif // NEOVIM_OS_UV_HELPERS_H
+#endif // NVIM_OS_UV_HELPERS_H