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.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'libmysqlpp/my-command.h') diff --git a/libmysqlpp/my-command.h b/libmysqlpp/my-command.h index 812d263..5fbf2ef 100644 --- a/libmysqlpp/my-command.h +++ b/libmysqlpp/my-command.h @@ -6,8 +6,7 @@ #pragma GCC diagnostic ignored "-Wold-style-cast" #include #pragma GCC diagnostic pop -#include -#include +#include #include #include #include @@ -15,10 +14,6 @@ #include #include -namespace boost::posix_time { - class time_duration; -} - namespace MySQL { class Connection; class Command : public virtual DB::Command { -- cgit v1.2.3