forked from OSchip/llvm-project
remove dead #include, APInt.h already has the needed forward decls.
llvm-svn: 44708
This commit is contained in:
parent
e5256754e7
commit
c779e00f17
|
@ -102,7 +102,6 @@
|
|||
|
||||
// APInt contains static functions implementing bignum arithmetic.
|
||||
#include "llvm/ADT/APInt.h"
|
||||
#include "llvm/Bitcode/SerializationFwd.h"
|
||||
#include "llvm/CodeGen/ValueTypes.h"
|
||||
|
||||
namespace llvm {
|
||||
|
|
Loading…
Reference in New Issue