[llvm] 8062602 - DOTGraphTraitsPass.h - remove unnecessary includes. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 03:55:29 PDT 2020


Author: Simon Pilgrim
Date: 2020-05-27T11:51:25+01:00
New Revision: 8062602810fed6fe377deabe8abd563a0c5d1809

URL: https://github.com/llvm/llvm-project/commit/8062602810fed6fe377deabe8abd563a0c5d1809
DIFF: https://github.com/llvm/llvm-project/commit/8062602810fed6fe377deabe8abd563a0c5d1809.diff

LOG: DOTGraphTraitsPass.h - remove unnecessary includes. NFC.

Added: 
    

Modified: 
    llvm/include/llvm/Analysis/DOTGraphTraitsPass.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h b/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h
index c9e8df5db1c2..ecf54cd8a680 100644
--- a/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h
+++ b/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h
@@ -14,8 +14,6 @@
 #define LLVM_ANALYSIS_DOTGRAPHTRAITSPASS_H
 
 #include "llvm/Analysis/CFGPrinter.h"
-#include "llvm/Pass.h"
-#include "llvm/Support/FileSystem.h"
 
 namespace llvm {
 


        


More information about the llvm-commits mailing list