diff options
Diffstat (limited to 'src/nvim/os/time.c')
-rw-r--r-- | src/nvim/os/time.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/os/time.c b/src/nvim/os/time.c index 8aa3170963..be95412c01 100644 --- a/src/nvim/os/time.c +++ b/src/nvim/os/time.c @@ -17,8 +17,6 @@ #include "nvim/os/os.h" #include "nvim/os/time.h" -struct tm; - #ifdef INCLUDE_GENERATED_DECLARATIONS # include "os/time.c.generated.h" // IWYU pragma: export #endif |