Skip to content

Commit 175df62

Browse files
committed
remove unused include from header
1 parent 7caccd2 commit 175df62

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

include/swift/AST/DiagnosticGroups.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include "llvm/ADT/ArrayRef.h"
2323
#include <array>
2424
#include <string_view>
25-
#include <unordered_map>
2625

2726
namespace swift {
2827
enum class DiagnosticGroupOptions {

lib/AST/DiagnosticGroups.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "llvm/ADT/StringRef.h"
2323
#include "llvm/Support/Path.h"
2424
#include <optional>
25+
#include <unordered_map>
2526
#include <unordered_set>
2627

2728
namespace swift {

0 commit comments

Comments
 (0)