aboutsummaryrefslogtreecommitdiff
path: root/bpkg/forward.hxx
blob: b43de2fb8c84a71298f872e4139e8375345ebf85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// 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/package.hxx>
  //
  class repository;
  class repository_fragment;
  class selected_package;
}

#endif // BPKG_FORWARD_HXX