diff options
Diffstat (limited to 'src/nvim/os/tty.h')
-rw-r--r-- | src/nvim/os/tty.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/nvim/os/tty.h b/src/nvim/os/tty.h index d771e63768..a24d875c05 100644 --- a/src/nvim/os/tty.h +++ b/src/nvim/os/tty.h @@ -1,7 +1,5 @@ -#ifndef NVIM_OS_TTY_H -#define NVIM_OS_TTY_H +#pragma once #ifdef INCLUDE_GENERATED_DECLARATIONS -# include "os/tty.h.generated.h" +# include "os/tty.h.generated.h" // IWYU pragma: export #endif -#endif // NVIM_OS_TTY_H |