1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

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

This commit is contained in:
Simon Pilgrim 2021-06-06 12:05:39 +01:00
parent d12d7f93a7
commit ae1d08ce66

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>