aboutsummaryrefslogtreecommitdiff
path: root/bpkg/forward
blob: cddc89f35d439202855621fd7a034b2387f41ece (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 package;
}

#endif // BPKG_FORWARD