From 1aed242983a48d7f06562d4aba5be287be59a0d4 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 21 Sep 2021 20:18:20 +0100 Subject: Tidy up IWYU --- libsqlitepp/sqlite-command.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'libsqlitepp/sqlite-command.h') diff --git a/libsqlitepp/sqlite-command.h b/libsqlitepp/sqlite-command.h index cf36ec3..2bf9cc1 100644 --- a/libsqlitepp/sqlite-command.h +++ b/libsqlitepp/sqlite-command.h @@ -1,18 +1,13 @@ #ifndef SQLITE_COMMAND_H #define SQLITE_COMMAND_H -#include -#include +#include #include #include #include #include #include -namespace boost::posix_time { - class time_duration; -} - namespace SQLite { class Connection; class Command : public virtual DB::Command { -- cgit v1.2.3