1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

CachedHashString.h - remove unnecessary includes. NFC.

We don't need the full DenseMap.h just DenseMapInfo.h
This commit is contained in:
Simon Pilgrim 2020-04-26 22:21:11 +01:00
parent 0c47936cc3
commit 31ed4ee28f

View File

@ -19,9 +19,8 @@
#ifndef LLVM_ADT_CACHED_HASH_STRING_H
#define LLVM_ADT_CACHED_HASH_STRING_H
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseMapInfo.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/raw_ostream.h"
namespace llvm {