[llvm] 2289137 - DIEHash.cpp - remove headers explicitly included in DIEHash.h. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat May 16 07:02:56 PDT 2020


Author: Simon Pilgrim
Date: 2020-05-16T15:00:57+01:00
New Revision: 228913780b61d7399de5150b1c5d85875d9198f0

URL: https://github.com/llvm/llvm-project/commit/228913780b61d7399de5150b1c5d85875d9198f0
DIFF: https://github.com/llvm/llvm-project/commit/228913780b61d7399de5150b1c5d85875d9198f0.diff

LOG: DIEHash.cpp - remove headers explicitly included in DIEHash.h. NFC.

Don't duplicate module header includes.

Added: 
    

Modified: 
    llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp b/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp
index f28d84fb1bbe..f26ef63eedec 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp
@@ -17,10 +17,8 @@
 #include "llvm/ADT/StringRef.h"
 #include "llvm/BinaryFormat/Dwarf.h"
 #include "llvm/CodeGen/AsmPrinter.h"
-#include "llvm/CodeGen/DIE.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/Endian.h"
-#include "llvm/Support/MD5.h"
 #include "llvm/Support/raw_ostream.h"
 
 using namespace llvm;


        


More information about the llvm-commits mailing list