back out last commit: The .cpp file for a module should include its corresponding header first, even if redundant.

llvm-svn: 51598
This commit is contained in:
Gabor Greif 2008-05-27 17:26:02 +00:00
parent 2a23a4e495
commit 2abf6ec2e5

View File

@ -11,6 +11,7 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/BasicBlock.h"
#include "llvm/Constants.h"
#include "llvm/Instructions.h"
#include "llvm/Type.h"