forked from OSchip/llvm-project
ArchiveWriter.h - remove unnecessary includes. NFC.
This commit is contained in:
parent
8062602810
commit
1e9462a201
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue