[llvm] ae07fab - ObjCARCInstKind.h - remove unused includes. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 06:11:18 PDT 2020


Author: Simon Pilgrim
Date: 2020-05-27T14:02:14+01:00
New Revision: ae07fabf6a705b7eb91e801d7735bda4a319567c

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

LOG: ObjCARCInstKind.h - remove unused includes. NFC.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Analysis/ObjCARCInstKind.h b/llvm/include/llvm/Analysis/ObjCARCInstKind.h
index dc6093a7b86c..84565b9315c7 100644
--- a/llvm/include/llvm/Analysis/ObjCARCInstKind.h
+++ b/llvm/include/llvm/Analysis/ObjCARCInstKind.h
@@ -9,8 +9,6 @@
 #ifndef LLVM_ANALYSIS_OBJCARCINSTKIND_H
 #define LLVM_ANALYSIS_OBJCARCINSTKIND_H
 
-#include "llvm/IR/Function.h"
-#include "llvm/IR/Intrinsics.h"
 #include "llvm/IR/Instructions.h"
 
 namespace llvm {


        


More information about the llvm-commits mailing list