aboutsummaryrefslogtreecommitdiff
path: root/bpkg/forward
blob: 423111357e8122bd29575fdddb055b92de2f9a78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// file      : bpkg/forward -*- C++ -*-
// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#ifndef BPKG_FORWARD
#define BPKG_FORWARD

#include <odb/sqlite/forward.hxx>

namespace bpkg
{
  using odb::sqlite::database;
  using odb::sqlite::transaction;

  // <bpkg/package>
  //
  class selected_package;
}

#endif // BPKG_FORWARD