forked from OSchip/llvm-project
Remove unnecessary <any> include.
This commit is contained in:
parent
9699c0fea3
commit
dcd8728d83
|
@ -36,7 +36,6 @@
|
|||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include "llvm/Support/MathExtras.h"
|
||||
#include <algorithm>
|
||||
#include <any>
|
||||
|
||||
#define DEBUG_TYPE "loadstore-opt"
|
||||
|
||||
|
|
Loading…
Reference in New Issue