Skip to content

Commit f172bfc

Browse files
authored
[unused-includes][ADT] Don't include DJB.h as it's not used. NFC. (#88211)
StringMap uses xxHash instead of DJB.
1 parent 9e95c49 commit f172bfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/ADT/StringMap.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "llvm/ADT/StringMapEntry.h"
1818
#include "llvm/ADT/iterator.h"
1919
#include "llvm/Support/AllocatorBase.h"
20-
#include "llvm/Support/DJB.h"
2120
#include "llvm/Support/PointerLikeTypeTraits.h"
2221
#include <initializer_list>
2322
#include <iterator>

0 commit comments

Comments
 (0)