diff options
Diffstat (limited to 'src/nvim/context.h')
-rw-r--r-- | src/nvim/context.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/nvim/context.h b/src/nvim/context.h index 7a1224d876..1c18a1af7c 100644 --- a/src/nvim/context.h +++ b/src/nvim/context.h @@ -1,7 +1,5 @@ -#ifndef NVIM_CONTEXT_H -#define NVIM_CONTEXT_H +#pragma once -#include <msgpack.h> #include <msgpack/sbuffer.h> #include <stddef.h> @@ -45,5 +43,3 @@ extern int kCtxAll; #ifdef INCLUDE_GENERATED_DECLARATIONS # include "context.h.generated.h" #endif - -#endif // NVIM_CONTEXT_H |