[llvm] 3dc727e - ProfiledCallGraph.h - remove unused <string> include. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 13 07:21:44 PDT 2021


Author: Simon Pilgrim
Date: 2021-06-13T15:19:25+01:00
New Revision: 3dc727e81b92f53533da1c617584f466a7dfb9cc

URL: https://github.com/llvm/llvm-project/commit/3dc727e81b92f53533da1c617584f466a7dfb9cc
DIFF: https://github.com/llvm/llvm-project/commit/3dc727e81b92f53533da1c617584f466a7dfb9cc.diff

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

Added: 
    

Modified: 
    llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h b/llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h
index 921432282cb62..0adaa1b16d545 100644
--- a/llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h
+++ b/llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h
@@ -17,7 +17,6 @@
 #include "llvm/Transforms/IPO/SampleContextTracker.h"
 #include <queue>
 #include <set>
-#include <string>
 
 using namespace llvm;
 using namespace sampleprof;


        


More information about the llvm-commits mailing list