arch-repo-manager/librepomgr/buildactions/buildactionfwd.h

14 lines
271 B
C++

#ifndef LIBREPOMGR_BUILD_ACTION_FWD_H
#define LIBREPOMGR_BUILD_ACTION_FWD_H
#include "../../libpkg/data/storagefwd.h"
namespace LibRepoMgr {
struct BuildAction;
using BuildActionIdType = std::size_t;
} // namespace LibRepoMgr
#endif // LIBREPOMGR_BUILD_ACTION_FWD_H