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 /migrate | |
parent | 1b60fb26391e6645d18ddb8e42fb3d41de398a78 (diff) |
<types>/<utility> scheme cleanup
Diffstat (limited to 'migrate')
-rw-r--r-- | migrate/migrate.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/migrate/migrate.cxx b/migrate/migrate.cxx index 405770f..702eba0 100644 --- a/migrate/migrate.cxx +++ b/migrate/migrate.cxx @@ -4,12 +4,8 @@ #include <strings.h> // strcasecmp() -#include <string> -#include <cassert> -#include <ostream> #include <sstream> #include <iostream> -#include <stdexcept> // runtime_error, invalid_argument #include <odb/database.hxx> #include <odb/transaction.hxx> |