summaryrefslogtreecommitdiff
path: root/odb/include.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-22 11:23:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-22 11:23:21 +0200
commit303ed90182d9f02973804bab5553d7cbcfb5c190 (patch)
treea31b7add2d274b3bde5f29ca348117b63f5ba3b6 /odb/include.hxx
parent42f627e353e28d4612d1e4f03a428162ca7ef130 (diff)
Implement inclusion of dependant -odb headers
New test: tracer/include.
Diffstat (limited to 'odb/include.hxx')
-rw-r--r--odb/include.hxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/odb/include.hxx b/odb/include.hxx
new file mode 100644
index 0000000..3babb5e
--- /dev/null
+++ b/odb/include.hxx
@@ -0,0 +1,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