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.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'brep/database.cxx') diff --git a/brep/database.cxx b/brep/database.cxx index 4525796..9177b55 100644 --- a/brep/database.cxx +++ b/brep/database.cxx @@ -4,13 +4,8 @@ #include -#include // runtime_error - #include -#include -#include - namespace brep { shared_ptr @@ -30,7 +25,7 @@ namespace brep o.db_name () != d->db () || o.db_host () != d->host () || o.db_port () != d->port ()) - throw std::runtime_error ("shared database options mismatch"); + throw runtime_error ("shared database options mismatch"); return d; } -- cgit v1.1