[llvm] 1e9462a - ArchiveWriter.h - remove unnecessary includes. NFC.

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


Author: Simon Pilgrim
Date: 2020-05-27T11:51:26+01:00
New Revision: 1e9462a201c3a09612e7fe8d56a0be0829e99dcf

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

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

Added: 
    

Modified: 
    llvm/include/llvm/Object/ArchiveWriter.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Object/ArchiveWriter.h b/llvm/include/llvm/Object/ArchiveWriter.h
index 9e6daf2da36e..274ffd90c05a 100644
--- a/llvm/include/llvm/Object/ArchiveWriter.h
+++ b/llvm/include/llvm/Object/ArchiveWriter.h
@@ -13,10 +13,7 @@
 #ifndef LLVM_OBJECT_ARCHIVEWRITER_H
 #define LLVM_OBJECT_ARCHIVEWRITER_H
 
-#include "llvm/ADT/StringRef.h"
 #include "llvm/Object/Archive.h"
-#include "llvm/Support/Error.h"
-#include "llvm/Support/FileSystem.h"
 
 namespace llvm {
 


        


More information about the llvm-commits mailing list