commit | 1ced737ebfeee3a6b4da2d44dcbe7d98d6e94cb0 | [log] [tgz] |
---|---|---|
author | Dylan Noblesmith <nobled@dreamwidth.org> | Thu Dec 22 22:49:47 2011 +0000 |
committer | Dylan Noblesmith <nobled@dreamwidth.org> | Thu Dec 22 22:49:47 2011 +0000 |
tree | bed24af94a3b86eca9836bb90795239046a6f0d7 | |
parent | a0f6401ce9ba234450110eeb4dc03b15c7bdc223 [diff] [blame] |
remove unneeded config.h includes llvm-svn: 147195
diff --git a/clang/lib/Basic/FileManager.cpp b/clang/lib/Basic/FileManager.cpp index 274a9a1..5d352fd 100644 --- a/clang/lib/Basic/FileManager.cpp +++ b/clang/lib/Basic/FileManager.cpp
@@ -25,7 +25,7 @@ #include "llvm/Support/raw_ostream.h" #include "llvm/Support/Path.h" #include "llvm/Support/system_error.h" -#include "llvm/Config/config.h" +#include "llvm/Config/llvm-config.h" #include <map> #include <set> #include <string>