move #include to the file that needs it.

llvm-svn: 48485
This commit is contained in:
Chris Lattner 2008-03-18 05:59:11 +00:00
parent 4e59897d3d
commit 0725a3e055
2 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,7 @@
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/Diagnostic.h"
#include <ctime>
using namespace clang;
/// setMacroInfo - Specify a macro for this identifier.

View File

@ -36,7 +36,6 @@
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Streams.h"
#include <ctime>
using namespace clang;
//===----------------------------------------------------------------------===//