Frontend: Fix a typo
authorJustin Bogner <mail@justinbogner.com>
Thu, 19 Jun 2014 19:49:28 +0000 (19:49 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 19 Jun 2014 19:49:28 +0000 (19:49 +0000)
llvm-svn: 211306

clang/lib/Frontend/ModuleDependencyCollector.cpp

index 8e4402b..e6e6773 100644 (file)
@@ -15,7 +15,7 @@
 #include "clang/Serialization/ASTReader.h"
 #include "llvm/ADT/iterator_range.h"
 #include "llvm/ADT/StringSet.h"
-#include "llvm/Support/Filesystem.h"
+#include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Path.h"
 #include "llvm/Support/raw_ostream.h"