From 3889a2cb05c36f30050941679d5fd55d45e6a3ed Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 22 Jun 2003 03:08:05 +0000 Subject: Remove a ton of extraneous #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6842 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Instruction.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/llvm/Instruction.h') diff --git a/include/llvm/Instruction.h b/include/llvm/Instruction.h index aaf2d72a30..5f61b2d410 100644 --- a/include/llvm/Instruction.h +++ b/include/llvm/Instruction.h @@ -8,8 +8,6 @@ #ifndef LLVM_INSTRUCTION_H #define LLVM_INSTRUCTION_H -#include - #include "llvm/User.h" template struct ilist_traits; template