aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/menu.h')
-rw-r--r--src/nvim/menu.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/menu.h b/src/nvim/menu.h
index 8d7a98d270..7da78a64a3 100644
--- a/src/nvim/menu.h
+++ b/src/nvim/menu.h
@@ -1,5 +1,4 @@
-#ifndef NVIM_MENU_H
-#define NVIM_MENU_H
+#pragma once
#include <stdbool.h>
@@ -11,4 +10,3 @@
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "menu.h.generated.h"
#endif
-#endif // NVIM_MENU_H