aboutsummaryrefslogtreecommitdiff
path: root/bpkg/forward.hxx
blob: ebf8cbdf553b3c120a0ae401989fd03c1bd026e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// file      : bpkg/forward.hxx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

#ifndef BPKG_FORWARD_HXX
#define BPKG_FORWARD_HXX

namespace bpkg
{
  // <bpkg/database.hxx>
  //
  class database;
  class linked_databases;
  class transaction;

  // <bpkg/package.hxx>
  //
  class configuration;
  class repository;
  class repository_fragment;
  class selected_package;
}

#endif // BPKG_FORWARD_HXX