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

ProfiledCallGraph.h - remove unused <string> include. NFCI.

This commit is contained in:
Simon Pilgrim 2021-06-13 15:16:09 +01:00
parent 20d33f98a5
commit fdadecc8f8

View File

@ -17,7 +17,6 @@
#include "llvm/Transforms/IPO/SampleContextTracker.h"
#include <queue>
#include <set>
#include <string>
using namespace llvm;
using namespace sampleprof;