Skip to content

Commit 09a3542

Browse files
committed
fixup! [ADT] Add more useful methods to SmallSet API
Remove inclusion of STLExtras.h
1 parent d050691 commit 09a3542

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/ADT/SmallSet.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#ifndef LLVM_ADT_SMALLSET_H
1515
#define LLVM_ADT_SMALLSET_H
1616

17-
#include "llvm/ADT/STLExtras.h"
1817
#include "llvm/ADT/SmallPtrSet.h"
1918
#include "llvm/ADT/SmallVector.h"
2019
#include "llvm/ADT/iterator.h"

0 commit comments

Comments
 (0)