summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/os/time.h
blob: 171f9071fcbe57ca818e44de2b707fe12be6a8e6 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <stdbool.h>
#include <stddef.h>  // IWYU pragma: keep
#include <time.h>  // NOLINT(misc-header-include-cycle) IWYU pragma: keep

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

#include "os/time.h.generated.h"