From 465ea24362ee267cf83909efa0b5cdee689ff1f7 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 21 Sep 2021 17:59:41 +0100 Subject: First commit passing IWYU --- libpqpp/pq-cursorselectcommand.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libpqpp/pq-cursorselectcommand.h') diff --git a/libpqpp/pq-cursorselectcommand.h b/libpqpp/pq-cursorselectcommand.h index 853be47..36070bc 100644 --- a/libpqpp/pq-cursorselectcommand.h +++ b/libpqpp/pq-cursorselectcommand.h @@ -1,14 +1,13 @@ #ifndef PQ_CURSORSELECTCOMMAND_H #define PQ_CURSORSELECTCOMMAND_H +#include "command_fwd.h" // for CommandOptionsCPtr #include "pq-command.h" #include "pq-selectbase.h" -#include -#include +#include // for string namespace PQ { class Connection; - class Column; class CursorSelectCommand : public SelectBase, public Command { public: CursorSelectCommand( -- cgit v1.2.3