From b250ead8e7237813e9bbd91cb3a9382592bf4abc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Feb 2016 16:52:43 +0200 Subject: / scheme cleanup --- brep/database-lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'brep/database-lock') diff --git a/brep/database-lock b/brep/database-lock index 72036a1..dc233c7 100644 --- a/brep/database-lock +++ b/brep/database-lock @@ -5,12 +5,12 @@ #ifndef BREP_DATABASE_LOCK #define BREP_DATABASE_LOCK -#include // unique_ptr -#include - #include // database, transaction #include +#include +#include + namespace brep { struct database_locked: std::exception @@ -36,7 +36,7 @@ namespace brep private: odb::pgsql::connection_ptr connection_; - std::unique_ptr transaction_; + unique_ptr transaction_; }; } -- cgit v1.1