Type.h doesn't need to #include LLVMContext.h

llvm-svn: 85254
This commit is contained in:
Chris Lattner
2009-10-27 17:08:31 +00:00
parent 0997991252
commit 26a7ae4fba
9 changed files with 9 additions and 2 deletions

View File

@@ -19,6 +19,7 @@
#include "llvm/DerivedTypes.h"
#include "llvm/InlineAsm.h"
#include "llvm/Instructions.h"
#include "llvm/LLVMContext.h"
#include "llvm/Metadata.h"
#include "llvm/Module.h"
#include "llvm/Operator.h"