diff options
Diffstat (limited to 'src/nvim/os/dl.h')
-rw-r--r-- | src/nvim/os/dl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/os/dl.h b/src/nvim/os/dl.h index 9c41a28f69..0787c7fe46 100644 --- a/src/nvim/os/dl.h +++ b/src/nvim/os/dl.h @@ -1,8 +1,5 @@ #pragma once -#include <stdbool.h> -#include <stdint.h> - #ifdef INCLUDE_GENERATED_DECLARATIONS # include "os/dl.h.generated.h" #endif |