1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

CFGUpdate.h - remove unused APInt include. NFCI.

This commit is contained in:
Simon Pilgrim 2020-09-08 18:24:52 +01:00
parent f4bf61ddf1
commit 34fd9f9953

View File

@ -14,7 +14,6 @@
#ifndef LLVM_SUPPORT_CFGUPDATE_H
#define LLVM_SUPPORT_CFGUPDATE_H
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/Support/Compiler.h"