mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
PackedVersion.h - reduce includes to forward declarations. NFC.
This commit is contained in:
parent
ecc68c128d
commit
6012a879ba
@ -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…
x
Reference in New Issue
Block a user