From 5d513688ae07d96910dd1eef83bdad4e9d780373 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 22 Apr 2021 21:57:13 +0300 Subject: Add support for linked configurations --- bpkg/forward.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bpkg/forward.hxx') diff --git a/bpkg/forward.hxx b/bpkg/forward.hxx index becf628..6b11024 100644 --- a/bpkg/forward.hxx +++ b/bpkg/forward.hxx @@ -4,15 +4,13 @@ #ifndef BPKG_FORWARD_HXX #define BPKG_FORWARD_HXX -#include - namespace bpkg { - using odb::sqlite::database; - struct transaction; + class transaction; // // + class configuration; class repository; class repository_fragment; class selected_package; -- cgit v1.1