PackedVersion.h - reduce includes to forward declarations. NFC.

This commit is contained in:
Simon Pilgrim 2020-05-30 13:17:19 +01:00
parent 50bdd60731
commit 179f8ad08d
1 changed files with 5 additions and 2 deletions

View File

@ -13,10 +13,13 @@
#ifndef LLVM_TEXTAPI_MACHO_PACKED_VERSION_H
#define LLVM_TEXTAPI_MACHO_PACKED_VERSION_H
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/raw_ostream.h"
#include <cstdint>
#include <utility>
namespace llvm {
class raw_ostream;
class StringRef;
namespace MachO {
class PackedVersion {