diff options
author | Brandon Coleman <metrix1978@gmail.com> | 2014-06-23 01:02:56 -0500 |
---|---|---|
committer | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-07-09 00:18:20 +0200 |
commit | 0fff487690803be45b185ca165e12b470fa0466e (patch) | |
tree | 28fd8cb3a8625c35960e6a8fb474962b15c3f611 /src/nvim/vim.h | |
parent | b94d07b046887dbe977fab2526aef746ec476f4e (diff) | |
download | rneovim-0fff487690803be45b185ca165e12b470fa0466e.tar.gz rneovim-0fff487690803be45b185ca165e12b470fa0466e.tar.bz2 rneovim-0fff487690803be45b185ca165e12b470fa0466e.zip |
move errno.h include out of vim.h
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r-- | src/nvim/vim.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h index 056f2da0ab..edae04812b 100644 --- a/src/nvim/vim.h +++ b/src/nvim/vim.h @@ -92,7 +92,6 @@ typedef uint32_t u8char_T; #include "nvim/term_defs.h" #include "nvim/macros.h" -#include <errno.h> |