aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.h
blob: 62cc78360c659cb24a7903679ef69d45c1286709 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef NVIM_MEMORY_H
#define NVIM_MEMORY_H

#include <stdint.h>  // for uint8_t
#include <stddef.h>  // for size_t
#include <time.h>    // for time_t

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "memory.h.generated.h"
#endif
#endif  // NVIM_MEMORY_H