summaryrefslogtreecommitdiff
path: root/odb-tests/common/include/objs2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb-tests/common/include/objs2.hxx')
-rw-r--r--odb-tests/common/include/objs2.hxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/odb-tests/common/include/objs2.hxx b/odb-tests/common/include/objs2.hxx
new file mode 100644
index 0000000..4f8133b
--- /dev/null
+++ b/odb-tests/common/include/objs2.hxx
@@ -0,0 +1,13 @@
+// file : common/include/objs2.hxx
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef OBJS2_HXX
+#define OBJS2_HXX
+
+#ifdef ODB_COMPILER
+# include "include/obj1.hxx"
+# include "include/obj2.hxx"
+# include "include/obj3.hxx"
+#endif
+
+#endif // OBJS2_HXX