diff options
author | Brandon Coleman <metrix1978@gmail.com> | 2014-06-17 00:17:06 -0500 |
---|---|---|
committer | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-07-09 00:18:17 +0200 |
commit | 8c9cb5f9ef4539f5105720666f067b485e8c4f2e (patch) | |
tree | 72b6472a5ab68b6d61f4b600441dcc3266c9d848 /src/nvim/vim.h | |
parent | a4f441e5475e6316c4bdd08948a843d2aabc8a37 (diff) | |
download | rneovim-8c9cb5f9ef4539f5105720666f067b485e8c4f2e.tar.gz rneovim-8c9cb5f9ef4539f5105720666f067b485e8c4f2e.tar.bz2 rneovim-8c9cb5f9ef4539f5105720666f067b485e8c4f2e.zip |
move memory.h include to version.c
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 f989a43dfb..ada9e04134 100644 --- a/src/nvim/vim.h +++ b/src/nvim/vim.h @@ -8,7 +8,6 @@ #ifndef NVIM_VIM_H # define NVIM_VIM_H -#include "nvim/memory.h"// for xstrlcpy #include "nvim/types.h" /* Some defines from the old feature.h */ |