blob: 8c73fc0c3b338cd259fbc557f5907c71e0c48ba4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef NVIM_OS_TIME_H
#define NVIM_OS_TIME_H
#include <stdint.h>
#include <stdbool.h>
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/time.h.generated.h"
#endif
#endif // NVIM_OS_TIME_H
|