aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/grid.h')
-rw-r--r--src/nvim/grid.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/grid.h b/src/nvim/grid.h
index 6e3c4fd770..ef9c4e1b87 100644
--- a/src/nvim/grid.h
+++ b/src/nvim/grid.h
@@ -1,5 +1,4 @@
-#ifndef NVIM_GRID_H
-#define NVIM_GRID_H
+#pragma once
#include <stdbool.h>
#include <string.h>
@@ -59,4 +58,3 @@ static inline schar_T schar_from_char(int c)
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "grid.h.generated.h"
#endif
-#endif // NVIM_GRID_H