aboutsummaryrefslogtreecommitdiff
path: root/odb/include.hxx
blob: 3babb5e7726620a70f5adaccf81ffc2892742d94 (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-2010 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