aboutsummaryrefslogtreecommitdiff
path: root/bpkg/forward.hxx
blob: c253e721b52768d8f9ae85a3cc9194cc85a23b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// file      : bpkg/forward.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 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;
  using odb::sqlite::transaction;

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

#endif // BPKG_FORWARD_HXX