aboutsummaryrefslogtreecommitdiff
path: root/odb/result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/result.hxx')
-rw-r--r--odb/result.hxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/odb/result.hxx b/odb/result.hxx
index 14f8c72..29c03df 100644
--- a/odb/result.hxx
+++ b/odb/result.hxx
@@ -9,7 +9,7 @@
#include <cstddef> // std::ptrdiff_t, std::size_t
-#include <odb/forward.hxx> // result
+#include <odb/forward.hxx>
#include <odb/traits.hxx>
namespace odb
@@ -190,10 +190,3 @@ namespace odb
#include <odb/post.hxx>
#endif // ODB_RESULT_HXX
-
-// Include result specializations so that the user code only needs
-// to include this header.
-//
-
-#include <odb/object-result.hxx>
-#include <odb/view-result.hxx>