diff options
Diffstat (limited to 'src/nvim/fileio.h')
-rw-r--r-- | src/nvim/fileio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/fileio.h b/src/nvim/fileio.h index 960ba26fa3..d97983e4d8 100644 --- a/src/nvim/fileio.h +++ b/src/nvim/fileio.h @@ -1,8 +1,8 @@ #ifndef NEOVIM_FILEIO_H #define NEOVIM_FILEIO_H -#include "buffer_defs.h" -#include "os/os.h" +#include "nvim/buffer_defs.h" +#include "nvim/os/os.h" /* * Struct to save values in before executing autocommands for a buffer that is |