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

#ifndef BPKG_FORWARD_HXX
#define BPKG_FORWARD_HXX

namespace bpkg
{
  class transaction;

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

#endif // BPKG_FORWARD_HXX