From a3de9e45763a976c82a981490e1ee5e64fa1ff06 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 27 May 2008 17:26:02 +0000 Subject: back out last commit: The .cpp file for a module should include its corresponding header first, even if redundant. llvm-svn: 51598 --- llvm/lib/VMCore/BasicBlock.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/VMCore/BasicBlock.cpp') diff --git a/llvm/lib/VMCore/BasicBlock.cpp b/llvm/lib/VMCore/BasicBlock.cpp index 15cc0d9e816..64711fea0c7 100644 --- a/llvm/lib/VMCore/BasicBlock.cpp +++ b/llvm/lib/VMCore/BasicBlock.cpp @@ -11,6 +11,7 @@ // //===----------------------------------------------------------------------===// +#include "llvm/BasicBlock.h" #include "llvm/Constants.h" #include "llvm/Instructions.h" #include "llvm/Type.h" -- cgit v1.2.3