diff options
Diffstat (limited to 'src/nvim/os/dl.h')
-rw-r--r-- | src/nvim/os/dl.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/nvim/os/dl.h b/src/nvim/os/dl.h index 302e4e6678..0787c7fe46 100644 --- a/src/nvim/os/dl.h +++ b/src/nvim/os/dl.h @@ -1,10 +1,5 @@ -#ifndef NVIM_OS_DL_H -#define NVIM_OS_DL_H - -#include <stdbool.h> -#include <stdint.h> +#pragma once #ifdef INCLUDE_GENERATED_DECLARATIONS # include "os/dl.h.generated.h" #endif -#endif // NVIM_OS_DL_H |