// file : bpkg/forward.hxx -*- C++ -*- // license : MIT; see accompanying LICENSE file #ifndef BPKG_FORWARD_HXX #define BPKG_FORWARD_HXX #include namespace bpkg { using odb::sqlite::database; struct transaction; // // class repository; class repository_fragment; class selected_package; } #endif // BPKG_FORWARD_HXX