aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/time.h
blob: 2748ba6953533ba120ef461d3a08bc88d1b5f7c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <stddef.h>  // IWYU pragma: keep
#include <time.h>  // IWYU pragma: keep

#include "nvim/os/time_defs.h"  // IWYU pragma: export

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/time.h.generated.h"
#endif