diff options
Diffstat (limited to 'src/nvim/os/time.h')
-rw-r--r-- | src/nvim/os/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/time.h b/src/nvim/os/time.h index 2748ba6953..b4d82d8002 100644 --- a/src/nvim/os/time.h +++ b/src/nvim/os/time.h @@ -3,7 +3,7 @@ #include <stddef.h> // IWYU pragma: keep #include <time.h> // IWYU pragma: keep -#include "nvim/os/time_defs.h" // IWYU pragma: export +#include "nvim/os/time_defs.h" // IWYU pragma: keep #ifdef INCLUDE_GENERATED_DECLARATIONS # include "os/time.h.generated.h" |