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:
		
							parent
							
								
									48252d7570
								
							
						
					
					
						commit
						0b18c4c0ec
					
				| 
						 | 
					@ -16,7 +16,6 @@
 | 
				
			||||||
#include "llvm/ADT/iterator_range.h"
 | 
					#include "llvm/ADT/iterator_range.h"
 | 
				
			||||||
#include "llvm/Support/Compiler.h"
 | 
					#include "llvm/Support/Compiler.h"
 | 
				
			||||||
#include "llvm/Support/ErrorHandling.h"
 | 
					#include "llvm/Support/ErrorHandling.h"
 | 
				
			||||||
#include "llvm/Support/MathExtras.h"
 | 
					 | 
				
			||||||
#include "llvm/Support/MemAlloc.h"
 | 
					#include "llvm/Support/MemAlloc.h"
 | 
				
			||||||
#include "llvm/Support/type_traits.h"
 | 
					#include "llvm/Support/type_traits.h"
 | 
				
			||||||
#include <algorithm>
 | 
					#include <algorithm>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue