summaryrefslogtreecommitdiff
path: root/odb/traversal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/traversal.hxx')
-rw-r--r--odb/traversal.hxx21
1 files changed, 21 insertions, 0 deletions
diff --git a/odb/traversal.hxx b/odb/traversal.hxx
new file mode 100644
index 0000000..1a9a8c3
--- /dev/null
+++ b/odb/traversal.hxx
@@ -0,0 +1,21 @@
+// file : odb/traversal.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef ODB_TRAVERSAL_HXX
+#define ODB_TRAVERSAL_HXX
+
+#include <traversal/class.hxx>
+#include <traversal/class-template.hxx>
+#include <traversal/derived.hxx>
+#include <traversal/elements.hxx>
+#include <traversal/enum.hxx>
+#include <traversal/fundamental.hxx>
+#include <traversal/namespace.hxx>
+#include <traversal/template.hxx>
+#include <traversal/union.hxx>
+#include <traversal/union-template.hxx>
+#include <traversal/unit.hxx>
+
+#endif // ODB_TRAVERSAL_HXX