[VFS] Remove wrong header include

Follow up from r263686. Forgot to remove the wrong header file.

llvm-svn: 263691
This commit is contained in:
Bruno Cardoso Lopes 2016-03-17 04:59:52 +00:00
parent 1568868044
commit 0f53cf1c7f
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
#include "clang/Serialization/ASTReader.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/Config/config.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"