aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/BasicBlock.cpp
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-05-27 17:26:02 +0000
committerGabor Greif <ggreif@gmail.com>2008-05-27 17:26:02 +0000
commit0af8d2756ee978dec88185e1f4d903df81cad684 (patch)
treebee1f5ac6973f37f1688f88e79337e67fa243fb1 /lib/VMCore/BasicBlock.cpp
parent19c1782f52eeae6e2025ab027a06cb1c7eb98975 (diff)
downloadexternal_llvm-0af8d2756ee978dec88185e1f4d903df81cad684.tar.gz
external_llvm-0af8d2756ee978dec88185e1f4d903df81cad684.tar.bz2
external_llvm-0af8d2756ee978dec88185e1f4d903df81cad684.zip
back out last commit: The .cpp file for a module should include its corresponding header first, even if redundant.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51598 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/BasicBlock.cpp')
-rw-r--r--lib/VMCore/BasicBlock.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/BasicBlock.cpp b/lib/VMCore/BasicBlock.cpp
index 15cc0d9e81..64711fea0c 100644
--- a/lib/VMCore/BasicBlock.cpp
+++ b/lib/VMCore/BasicBlock.cpp
@@ -11,6 +11,7 @@
//
//===----------------------------------------------------------------------===//
+#include "llvm/BasicBlock.h"
#include "llvm/Constants.h"
#include "llvm/Instructions.h"
#include "llvm/Type.h"