Skip to content

Commit 2b019a7

Browse files
[ADT] Include bit.h instead of MathExtras.h (NFC)
1 parent fdd1da3 commit 2b019a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ADT/SparseBitVector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#ifndef LLVM_ADT_SPARSEBITVECTOR_H
1616
#define LLVM_ADT_SPARSEBITVECTOR_H
1717

18+
#include "llvm/ADT/bit.h"
1819
#include "llvm/Support/ErrorHandling.h"
19-
#include "llvm/Support/MathExtras.h"
2020
#include "llvm/Support/raw_ostream.h"
2121
#include <cassert>
2222
#include <climits>

0 commit comments

Comments
 (0)