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-command.cpp | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'libpqpp/pq-command.cpp') diff --git a/libpqpp/pq-command.cpp b/libpqpp/pq-command.cpp index aaa8260..37de3b0 100644 --- a/libpqpp/pq-command.cpp +++ b/libpqpp/pq-command.cpp @@ -1,10 +1,18 @@ #include "pq-command.h" -#include "pq-connection.h" -#include +#include +#include #include -#include -#include +#include #include +#include +#include + +namespace Glib { + class ustring; +} +namespace PQ { + class Connection; +} NAMEDFACTORY("postgresql", PQ::CommandOptions, DB::CommandOptionsFactory) -- cgit v1.2.3