diff options
Diffstat (limited to 'common/view/olv/driver.cxx')
-rw-r--r-- | common/view/olv/driver.cxx | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/common/view/olv/driver.cxx b/common/view/olv/driver.cxx index c91b8ef..b6483eb 100644 --- a/common/view/olv/driver.cxx +++ b/common/view/olv/driver.cxx @@ -16,8 +16,25 @@ #include <common/common.hxx> -#include "test.hxx" -#include "test-odb.hxx" +#include "test1.hxx" +#include "test2.hxx" +#include "test3.hxx" +#include "test4.hxx" +#include "test5.hxx" +#include "test6.hxx" +#include "test7.hxx" +#include "test8.hxx" +#include "test9.hxx" + +#include "test1-odb.hxx" +#include "test2-odb.hxx" +#include "test3-odb.hxx" +#include "test4-odb.hxx" +#include "test5-odb.hxx" +#include "test6-odb.hxx" +#include "test7-odb.hxx" +#include "test8-odb.hxx" +#include "test9-odb.hxx" using namespace std; using namespace odb::core; |