IWYU: remove unused "version.h"

This commit is contained in:
Justin M. Keyes 2015-11-04 01:56:29 -05:00
parent 89b35cff90
commit 2bc97b2099
3 changed files with 0 additions and 3 deletions

View File

@ -62,7 +62,6 @@
#include "nvim/tempfile.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
#include "nvim/version.h"
#include "nvim/window.h"
#include "nvim/os/os.h"
#include "nvim/os/shell.h"

View File

@ -21,7 +21,6 @@
#ifdef HAVE_LOCALE_H
# include <locale.h>
#endif
#include "nvim/version.h"
#include "nvim/ex_cmds2.h"
#include "nvim/buffer.h"
#include "nvim/charset.h"

View File

@ -19,7 +19,6 @@
#include "nvim/vim.h"
#include "nvim/ascii.h"
#include "nvim/version.h"
#include "nvim/misc1.h"
#include "nvim/charset.h"
#include "nvim/cursor.h"