aboutsummaryrefslogtreecommitdiff
path: root/bpkg/forward
blob: 9ca44b6e0458031f5deb5f7803fca24a8f7a2a22 (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-2015 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