[llvm] 4393668 - MipsSEFrameLowering.h - remove unused headers. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 22 03:32:45 PDT 2021


Author: Simon Pilgrim
Date: 2021-04-22T11:32:29+01:00
New Revision: 439366817bb860f638b288268a7158cbcdd49e43

URL: https://github.com/llvm/llvm-project/commit/439366817bb860f638b288268a7158cbcdd49e43
DIFF: https://github.com/llvm/llvm-project/commit/439366817bb860f638b288268a7158cbcdd49e43.diff

LOG: MipsSEFrameLowering.h - remove unused headers. NFCI.

Added: 
    

Modified: 
    llvm/lib/Target/Mips/MipsSEFrameLowering.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/Mips/MipsSEFrameLowering.h b/llvm/lib/Target/Mips/MipsSEFrameLowering.h
index bed2776c28da..226f7878fa14 100644
--- a/llvm/lib/Target/Mips/MipsSEFrameLowering.h
+++ b/llvm/lib/Target/Mips/MipsSEFrameLowering.h
@@ -10,8 +10,6 @@
 #define LLVM_LIB_TARGET_MIPS_MIPSSEFRAMELOWERING_H
 
 #include "MipsFrameLowering.h"
-#include "llvm/Support/TypeSize.h"
-#include <vector>
 
 namespace llvm {
 


        


More information about the llvm-commits mailing list