diff options
Diffstat (limited to 'src/nvim/os/time.h')
-rw-r--r-- | src/nvim/os/time.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nvim/os/time.h b/src/nvim/os/time.h index cfe7eb85ff..8c73fc0c3b 100644 --- a/src/nvim/os/time.h +++ b/src/nvim/os/time.h @@ -4,13 +4,7 @@ #include <stdint.h> #include <stdbool.h> - - - - - #ifdef INCLUDE_GENERATED_DECLARATIONS # include "os/time.h.generated.h" #endif #endif // NVIM_OS_TIME_H - |