diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-09-06 16:50:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-09-06 16:50:57 +0200 |
commit | 017ba71bd4ab26c45de2a27d030bf0010ae0a173 (patch) | |
tree | 6c3c09ab9ebb7f9a8531f0748e234a694270e478 /odb/mysql/view-result.hxx | |
parent | 0979184f66b49440758b7fc2b81172af7fe47ad8 (diff) |
Stylistic changes
Diffstat (limited to 'odb/mysql/view-result.hxx')
-rw-r--r-- | odb/mysql/view-result.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/mysql/view-result.hxx b/odb/mysql/view-result.hxx index 890ca42..23f0541 100644 --- a/odb/mysql/view-result.hxx +++ b/odb/mysql/view-result.hxx @@ -10,13 +10,13 @@ #include <cstddef> // std::size_t +#include <odb/details/shared-ptr.hxx> + #include <odb/mysql/version.hxx> #include <odb/mysql/forward.hxx> // query, view_statements #include <odb/mysql/result.hxx> #include <odb/mysql/statement.hxx> -#include <odb/details/shared-ptr.hxx> - namespace odb { namespace mysql |