1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

[LTO] Caching.h - remove unused <string> include. NFCI.

This commit is contained in:
Simon Pilgrim 2021-04-22 11:40:54 +01:00
parent a221d1af2d
commit 6870b3d5f3

View File

@ -15,7 +15,6 @@
#define LLVM_LTO_CACHING_H
#include "llvm/LTO/LTO.h"
#include <string>
namespace llvm {
namespace lto {