diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-12 16:52:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-12 16:52:43 +0200 |
commit | b250ead8e7237813e9bbd91cb3a9382592bf4abc (patch) | |
tree | f3386f125b0c4f5fc9eae8d24f8ea25fc0b8c59e /load/load.cxx | |
parent | 1b60fb26391e6645d18ddb8e42fb3d41de398a78 (diff) |
<types>/<utility> scheme cleanup
Diffstat (limited to 'load/load.cxx')
-rw-r--r-- | load/load.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/load/load.cxx b/load/load.cxx index 993de7e..b4dcd11 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -4,9 +4,7 @@ #include <sstream> #include <fstream> -#include <ostream> #include <iostream> -#include <stdexcept> // runtime_error, invalid_argument #include <algorithm> // find(), find_if() #include <odb/session.hxx> |