diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-04-22 04:11:45 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-22 04:11:45 -0400 |
commit | 3d7a6e4d54cbb6cb3cd7e35b604b956de9f0c950 (patch) | |
tree | be1e44070b1165ff920cea369847c548b8e7dea6 /src/nvim/os_unix.c | |
parent | c4de9c7cc9fffa1402b362653484a14799d8cd03 (diff) | |
parent | 9e1cacecbe2938c45205fdb30465303dfe2af968 (diff) | |
download | rneovim-3d7a6e4d54cbb6cb3cd7e35b604b956de9f0c950.tar.gz rneovim-3d7a6e4d54cbb6cb3cd7e35b604b956de9f0c950.tar.bz2 rneovim-3d7a6e4d54cbb6cb3cd7e35b604b956de9f0c950.zip |
Merge pull request #4367 from jbradaric/vim-7.4.1107
vim-patch:7.4.{1107,1114,1116,1117,1120}
Diffstat (limited to 'src/nvim/os_unix.c')
-rw-r--r-- | src/nvim/os_unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c index cb9a58cc77..2a859a0f7a 100644 --- a/src/nvim/os_unix.c +++ b/src/nvim/os_unix.c @@ -34,7 +34,6 @@ #include "nvim/screen.h" #include "nvim/strings.h" #include "nvim/syntax.h" -#include "nvim/tempfile.h" #include "nvim/ui.h" #include "nvim/types.h" #include "nvim/os/os.h" |