]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211306 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/ModuleDependencyCollector.cpp

index 8e4402b8eda736a5a5f35f3100cfec193352c3e3..e6e67739a828b40bd03fc950bac4d2296eacc838 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"