diff options
author | Rui Abreu Ferreira <raf-ep@gmx.com> | 2015-10-27 14:23:59 +0000 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-11-25 16:38:33 -0500 |
commit | 4f24b9e06f59592c120dd6d5c1e7f0f4a53b23f1 (patch) | |
tree | 14ee287b43aed127e104cc74a4de1288d3886624 /src/nvim/window.c | |
parent | 5361dedc772e5bb5e5a5679e3a9692b07696a09b (diff) | |
download | rneovim-4f24b9e06f59592c120dd6d5c1e7f0f4a53b23f1.tar.gz rneovim-4f24b9e06f59592c120dd6d5c1e7f0f4a53b23f1.tar.bz2 rneovim-4f24b9e06f59592c120dd6d5c1e7f0f4a53b23f1.zip |
Remove unnecessary includes for errno.h
Diffstat (limited to 'src/nvim/window.c')
-rw-r--r-- | src/nvim/window.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/window.c b/src/nvim/window.c index 206cefd484..8ac50b2731 100644 --- a/src/nvim/window.c +++ b/src/nvim/window.c @@ -6,7 +6,6 @@ * See README.md for an overview of the Vim source code. */ -#include <errno.h> #include <assert.h> #include <inttypes.h> #include <stdbool.h> |