aboutsummaryrefslogtreecommitdiff
path: root/bpkg/forward.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/forward.hxx')
-rw-r--r--bpkg/forward.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/bpkg/forward.hxx b/bpkg/forward.hxx
index b43de2f..ebf8cbd 100644
--- a/bpkg/forward.hxx
+++ b/bpkg/forward.hxx
@@ -1,19 +1,20 @@
// file : bpkg/forward.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#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;