[llvm] 6598f63 - Remove another layering violation by unused include. NFC

Benjamin Kramer via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 18 04:57:36 PDT 2024


Author: Benjamin Kramer
Date: 2024-03-18T12:56:51+01:00
New Revision: 6598f631bdaf6885de867a1d253203d92dd6b76c

URL: https://github.com/llvm/llvm-project/commit/6598f631bdaf6885de867a1d253203d92dd6b76c
DIFF: https://github.com/llvm/llvm-project/commit/6598f631bdaf6885de867a1d253203d92dd6b76c.diff

LOG: Remove another layering violation by unused include. NFC

Added: 
    

Modified: 
    llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
index 1892a5f2fa98f4..026d4ca06e87b9 100644
--- a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+++ b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
@@ -26,7 +26,6 @@
 #include "llvm/ADT/StringSet.h"
 #include "llvm/ADT/StringSwitch.h"
 #include "llvm/ADT/Twine.h"
-#include "llvm/IR/DerivedTypes.h"
 #include "llvm/MC/MCContext.h"
 #include "llvm/MC/MCExpr.h"
 #include "llvm/MC/MCInst.h"


        


More information about the llvm-commits mailing list