diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-21 20:18:20 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-21 20:18:20 +0100 |
commit | 1aed242983a48d7f06562d4aba5be287be59a0d4 (patch) | |
tree | 17314399bf0b067d32a69352fc3c10190958ffbb /libsqlitepp/sqlite-command.cpp | |
parent | First commit passing IWYU (diff) | |
download | libdbpp-sqlite-1aed242983a48d7f06562d4aba5be287be59a0d4.tar.bz2 libdbpp-sqlite-1aed242983a48d7f06562d4aba5be287be59a0d4.tar.xz libdbpp-sqlite-1aed242983a48d7f06562d4aba5be287be59a0d4.zip |
Tidy up IWYUlibdbpp-sqlite-1.4.5
Diffstat (limited to 'libsqlitepp/sqlite-command.cpp')
-rw-r--r-- | libsqlitepp/sqlite-command.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libsqlitepp/sqlite-command.cpp b/libsqlitepp/sqlite-command.cpp index 662e053..a789269 100644 --- a/libsqlitepp/sqlite-command.cpp +++ b/libsqlitepp/sqlite-command.cpp @@ -6,9 +6,6 @@ namespace Glib { class ustring; } -namespace boost::posix_time { - class time_duration; -} SQLite::Command::Command(const Connection * conn, const std::string & sql) : DB::Command(sql), c(conn), stmt(nullptr) { |