Merge tempfile.c back into fileio.c

This commit is contained in:
Jurica Bradaric
2016-02-29 20:23:13 +01:00
parent 425fcdb5b4
commit 2dfc8de1cf
16 changed files with 144 additions and 181 deletions

View File

@@ -43,7 +43,6 @@
#include "nvim/search.h"
#include "nvim/strings.h"
#include "nvim/tag.h"
#include "nvim/tempfile.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
#include "nvim/window.h"