aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.h
diff options
context:
space:
mode:
authorEliseo Martínez <eliseomarmol@gmail.com>2014-05-12 11:59:22 +0200
committerEliseo Martínez <eliseomarmol@gmail.com>2014-05-15 20:46:01 +0200
commit409cc138f2de121288de3ffb930354b94af5edcd (patch)
tree31b10a63931ce99eb97dda40b286defc3b140606 /src/nvim/fileio.h
parente731a5edf879cd0b5eb2a2035f78e2b44fbe75f5 (diff)
downloadrneovim-409cc138f2de121288de3ffb930354b94af5edcd.tar.gz
rneovim-409cc138f2de121288de3ffb930354b94af5edcd.tar.bz2
rneovim-409cc138f2de121288de3ffb930354b94af5edcd.zip
Introduce nvim namespace: Fix project-local includes.
Prepend 'nvim/' in all project-local (non-system) includes.
Diffstat (limited to 'src/nvim/fileio.h')
-rw-r--r--src/nvim/fileio.h4
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