From b8d27474eb1dbf54977364377c138f5a3fce4020 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 21 Sep 2021 20:18:20 +0100 Subject: Tidy up IWYU --- libmysqlpp/my-command.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libmysqlpp/my-command.cpp') diff --git a/libmysqlpp/my-command.cpp b/libmysqlpp/my-command.cpp index ac3f235..ca6dc59 100644 --- a/libmysqlpp/my-command.cpp +++ b/libmysqlpp/my-command.cpp @@ -5,21 +5,15 @@ #include #include #include -#include #include #include #include -#include #include -#include #include namespace Glib { class ustring; } -namespace boost::posix_time { - class time_duration; -} MySQL::Command::Command(const Connection * conn, const std::string & sql) : DB::Command(sql), c(conn), stmt(mysql_stmt_init(&conn->conn), &mysql_stmt_close), paramsNeedBinding(false) -- cgit v1.2.3