ArchiveWriter.h - remove unnecessary includes. NFC.

This commit is contained in:
Simon Pilgrim 2020-05-27 11:51:08 +01:00
parent 8062602810
commit 1e9462a201
1 changed files with 0 additions and 3 deletions

View File

@ -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 {