forked from OSchip/llvm-project
PackedVersion.h - reduce includes to forward declarations. NFC.
This commit is contained in:
parent
50bdd60731
commit
179f8ad08d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue