#ifndef LLDB_HOST_HOSTINFOBASE_H
#define LLDB_HOST_HOSTINFOBASE_H
#include "lldb/Utility/ArchSpec.h"
#include "lldb/Utility/FileSpec.h"
#include "lldb/Utility/UUID.h"
#include "lldb/Utility/UserIDResolver.h"
#include "lldb/Utility/XcodeSDK.h"
#include "lldb/lldb-enumerations.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Errc.h"
#include <cstdint>
#include <optional>
#include <string>
namespace lldb_private {
class FileSpec;
struct SharedCacheImageInfo { … };
namespace {
struct HostInfoError : public llvm::ErrorInfo<HostInfoError> { … };
char HostInfoError::ID = …;
}
class HostInfoBase { … };
}
#endif