aboutsummaryrefslogtreecommitdiff
path: root/brep/mod-package-version-details
diff options
context:
space:
mode:
Diffstat (limited to 'brep/mod-package-version-details')
-rw-r--r--brep/mod-package-version-details7
1 files changed, 2 insertions, 5 deletions
diff --git a/brep/mod-package-version-details b/brep/mod-package-version-details
index cfbcf94..a463511 100644
--- a/brep/mod-package-version-details
+++ b/brep/mod-package-version-details
@@ -5,17 +5,15 @@
#ifndef BREP_MOD_PACKAGE_VERSION_DETAILS
#define BREP_MOD_PACKAGE_VERSION_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 package_version_details: public module
+ class package_version_details: public database_module
{
public:
package_version_details () = default;
@@ -41,7 +39,6 @@ namespace brep
private:
shared_ptr<options::package_version_details> options_;
- shared_ptr<odb::core::database> db_;
};
}