From f036fb38fb75c1298f6729ffc2f7d411b5478854 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 21 Sep 2021 17:59:41 +0100 Subject: First commit passing IWYU --- libsqlitepp/sqlite-selectcommand.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'libsqlitepp/sqlite-selectcommand.cpp') diff --git a/libsqlitepp/sqlite-selectcommand.cpp b/libsqlitepp/sqlite-selectcommand.cpp index e360dcd..dcb1944 100644 --- a/libsqlitepp/sqlite-selectcommand.cpp +++ b/libsqlitepp/sqlite-selectcommand.cpp @@ -1,9 +1,15 @@ #include "sqlite-selectcommand.h" +#include "column.h" +#include "command.h" +#include "error.h" +#include "selectcommand.h" +#include "sqlite-command.h" #include "sqlite-connection.h" #include "sqlite-error.h" -#include -#include #include +#include +#include +#include namespace SQLite { class Column : public DB::Column { -- cgit v1.2.3