SmallVector.h - remove unused MathExtras.h header (REAPPLIED). NFCI.

Try again to remove this header - I think I've found the implicit dependencies (mainly for <cmath>) on linux builds now.
This commit is contained in:
Simon Pilgrim 2021-06-06 09:30:15 +01:00
parent 48252d7570
commit 0b18c4c0ec
1 changed files with 0 additions and 1 deletions

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>