diff options
author | Brandon Coleman <metrix1978@gmail.com> | 2014-06-23 00:40:35 -0500 |
---|---|---|
committer | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-07-09 00:18:19 +0200 |
commit | e69cfa6c15eabfba6f99791482ea657ca325298c (patch) | |
tree | 52cfa4b140af9b5112422ae4f1cc97aac2cdf96a /src/nvim/vim.h | |
parent | 8cc8164e5215f98b254f493b670ee5ff1d80938f (diff) | |
download | rneovim-e69cfa6c15eabfba6f99791482ea657ca325298c.tar.gz rneovim-e69cfa6c15eabfba6f99791482ea657ca325298c.tar.bz2 rneovim-e69cfa6c15eabfba6f99791482ea657ca325298c.zip |
move assert.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 a99cf6275b..0959f87288 100644 --- a/src/nvim/vim.h +++ b/src/nvim/vim.h @@ -94,7 +94,6 @@ typedef uint32_t u8char_T; #include <errno.h> -#include <assert.h> #include <stdarg.h> |