Clean up some unnecessary includes.

llvm-svn: 72101
This commit is contained in:
Eli Friedman
2009-05-19 04:30:57 +00:00
parent e15ecf04a4
commit cec35d7e6a
5 changed files with 1 additions and 9 deletions

View File

@@ -19,8 +19,6 @@
#include "clang/Lex/DirectoryLookup.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/System/Path.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/raw_ostream.h"
#include <string>