aboutsummaryrefslogtreecommitdiff
path: root/bpkg/forward.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/forward.hxx')
-rw-r--r--bpkg/forward.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/bpkg/forward.hxx b/bpkg/forward.hxx
index becf628..ebf8cbd 100644
--- a/bpkg/forward.hxx
+++ b/bpkg/forward.hxx
@@ -4,15 +4,17 @@
#ifndef BPKG_FORWARD_HXX
#define BPKG_FORWARD_HXX
-#include <odb/sqlite/forward.hxx>
-
namespace bpkg
{
- using odb::sqlite::database;
- struct transaction;
+ // <bpkg/database.hxx>
+ //
+ class database;
+ class linked_databases;
+ class transaction;
// <bpkg/package.hxx>
//
+ class configuration;
class repository;
class repository_fragment;
class selected_package;