From 2dfc8de1cf59a2db2b873837946549f631d06d71 Mon Sep 17 00:00:00 2001 From: Jurica Bradaric Date: Mon, 29 Feb 2016 20:23:13 +0100 Subject: Merge tempfile.c back into fileio.c --- src/nvim/ex_cmds.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim/ex_cmds.c') diff --git a/src/nvim/ex_cmds.c b/src/nvim/ex_cmds.c index d344daed11..69bf7abe6e 100644 --- a/src/nvim/ex_cmds.c +++ b/src/nvim/ex_cmds.c @@ -50,7 +50,6 @@ #include "nvim/strings.h" #include "nvim/syntax.h" #include "nvim/tag.h" -#include "nvim/tempfile.h" #include "nvim/ui.h" #include "nvim/undo.h" #include "nvim/window.h" -- cgit