aboutsummaryrefslogtreecommitdiff
path: root/brep/mod-repository-details
diff options
context:
space:
mode:
Diffstat (limited to 'brep/mod-repository-details')
-rw-r--r--brep/mod-repository-details7
1 files changed, 2 insertions, 5 deletions
diff --git a/brep/mod-repository-details b/brep/mod-repository-details
index 411d9e6..49ad629 100644
--- a/brep/mod-repository-details
+++ b/brep/mod-repository-details
@@ -5,17 +5,15 @@
#ifndef BREP_MOD_REPOSITORY_DETAILS
#define BREP_MOD_REPOSITORY_DETAILS
-#include <odb/forward.hxx> // database
-
#include <brep/types>
#include <brep/utility>
-#include <brep/module>
#include <brep/options>
+#include <brep/database-module>
namespace brep
{
- class repository_details: public module
+ class repository_details: public database_module
{
public:
repository_details () = default;
@@ -38,7 +36,6 @@ namespace brep
private:
shared_ptr<options::repository_details> options_;
- shared_ptr<odb::core::database> db_;
};
}