]> granicus.if.org Git - clang/commitdiff
[VFS] Remove wrong header include
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 17 Mar 2016 04:59:52 +0000 (04:59 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 17 Mar 2016 04:59:52 +0000 (04:59 +0000)
Follow up from r263686. Forgot to remove the wrong header file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263691 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/ModuleDependencyCollector.cpp

index c4e65d1291c11f41f7b8a3b37daa690249df6cfe..8da100980e54d649934dad545c9dd3fd702e1eda 100644 (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"