From e5db7c4166957e13a7df84570be0b9ddc2ef07fe Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 5 Nov 2009 19:42:20 +0000 Subject: InstrTypes.h includes Instruction.h, so it's not necessary to include both. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86162 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/ConstantFolder.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/llvm/Support/ConstantFolder.h') diff --git a/include/llvm/Support/ConstantFolder.h b/include/llvm/Support/ConstantFolder.h index b4589af745..b73cea04ab 100644 --- a/include/llvm/Support/ConstantFolder.h +++ b/include/llvm/Support/ConstantFolder.h @@ -18,7 +18,6 @@ #define LLVM_SUPPORT_CONSTANTFOLDER_H #include "llvm/Constants.h" -#include "llvm/Instruction.h" #include "llvm/InstrTypes.h" namespace llvm { -- cgit v1.2.3