aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/diff.h')
-rw-r--r--src/nvim/diff.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/diff.h b/src/nvim/diff.h
index eda0fac5cb..a9c80333ec 100644
--- a/src/nvim/diff.h
+++ b/src/nvim/diff.h
@@ -1,5 +1,4 @@
-#ifndef NVIM_DIFF_H
-#define NVIM_DIFF_H
+#pragma once
#include <stdbool.h>
@@ -17,4 +16,3 @@ EXTERN bool need_diff_redraw INIT( = false); // need to call diff_redraw()
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "diff.h.generated.h"
#endif
-#endif // NVIM_DIFF_H