blob: beb2b6dd5b820b9e003363d3ab2f5603c7ae5173 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include <stddef.h> // IWYU pragma: keep
#include <stdint.h> // IWYU pragma: keep
#include <stdio.h> // IWYU pragma: keep
#include <uv.h> // IWYU pragma: keep
#include "nvim/os/fs_defs.h" // IWYU pragma: keep
#include "nvim/types_defs.h" // IWYU pragma: keep
#include "os/fs.h.generated.h"
|