aboutsummaryrefslogtreecommitdiff
path: root/odb/include.hxx
blob: f255d8bde3ba7ccd33bb391ddfab71ad8639db44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : odb/include.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : GNU GPL v3; see accompanying LICENSE file

#ifndef ODB_INCLUDE_HXX
#define ODB_INCLUDE_HXX

#include <odb/context.hxx>

void
generate_include (context&);

#endif // ODB_INCLUDE_HXX