aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
diff options
context:
space:
mode:
authorRui Abreu Ferreira <raf-ep@gmx.com>2015-10-27 14:23:59 +0000
committerMichael Reed <m.reed@mykolab.com>2015-11-25 16:38:33 -0500
commit4f24b9e06f59592c120dd6d5c1e7f0f4a53b23f1 (patch)
tree14ee287b43aed127e104cc74a4de1288d3886624 /src/nvim/diff.c
parent5361dedc772e5bb5e5a5679e3a9692b07696a09b (diff)
downloadrneovim-4f24b9e06f59592c120dd6d5c1e7f0f4a53b23f1.tar.gz
rneovim-4f24b9e06f59592c120dd6d5c1e7f0f4a53b23f1.tar.bz2
rneovim-4f24b9e06f59592c120dd6d5c1e7f0f4a53b23f1.zip
Remove unnecessary includes for errno.h
Diffstat (limited to 'src/nvim/diff.c')
-rw-r--r--src/nvim/diff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/diff.c b/src/nvim/diff.c
index 6e2b3056e4..d311588ab4 100644
--- a/src/nvim/diff.c
+++ b/src/nvim/diff.c
@@ -2,7 +2,6 @@
///
/// Code for diff'ing two, three or four buffers.
-#include <errno.h>
#include <inttypes.h>
#include <stdbool.h>