1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

SmallVector.h - remove unused MathExtras.h header. NFCI.

This commit is contained in:
Simon Pilgrim 2021-06-05 20:19:42 +01:00
parent beaf4b0f77
commit a2c0915a26

View File

@ -16,7 +16,6 @@
#include "llvm/ADT/iterator_range.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/MemAlloc.h"
#include "llvm/Support/type_traits.h"
#include <algorithm>