Skip to content

Commit 6d5a9e8

Browse files
committed
CachedHashString.h - remove unnecessary includes. NFC.
We don't need the full DenseMap.h just DenseMapInfo.h
1 parent c5369e9 commit 6d5a9e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/include/llvm/ADT/CachedHashString.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919
#ifndef LLVM_ADT_CACHED_HASH_STRING_H
2020
#define LLVM_ADT_CACHED_HASH_STRING_H
2121

22-
#include "llvm/ADT/DenseMap.h"
22+
#include "llvm/ADT/DenseMapInfo.h"
2323
#include "llvm/ADT/StringRef.h"
24-
#include "llvm/Support/raw_ostream.h"
2524

2625
namespace llvm {
2726

0 commit comments

Comments
 (0)