From 8a7c15a92c61c850dfc5f35b9a74c0fc8910afc7 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 14 Feb 2022 14:13:36 +0000 Subject: Tidy includes --- libdbpp/command.h | 3 ++- libdbpp/connection.h | 3 ++- libdbpp/mockDatabase.h | 3 ++- libdbpp/unittests/testUtils.cpp | 1 - 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/libdbpp/command.h b/libdbpp/command.h index 2c3e9ee..eae7775 100644 --- a/libdbpp/command.h +++ b/libdbpp/command.h @@ -7,7 +7,7 @@ #include #include #include -#include +#include // IWYU pragma: keep #include #include #include @@ -21,6 +21,7 @@ #pragma GCC diagnostic pop #include #include +// IWYU pragma: no_include "factory.impl.h" namespace DB { class Blob; diff --git a/libdbpp/connection.h b/libdbpp/connection.h index 495c1c2..f14eec1 100644 --- a/libdbpp/connection.h +++ b/libdbpp/connection.h @@ -7,7 +7,7 @@ #include #include #include -#include +#include // IWYU pragma: keep #include #include #include @@ -18,6 +18,7 @@ #include #include #include +// IWYU pragma: no_include "factory.impl.h" namespace DB { class TablePatch; diff --git a/libdbpp/mockDatabase.h b/libdbpp/mockDatabase.h index 82de5e0..55c175f 100644 --- a/libdbpp/mockDatabase.h +++ b/libdbpp/mockDatabase.h @@ -3,13 +3,14 @@ #include "connection_fwd.h" #include -#include +#include // IWYU pragma: keep #include #include #include #include #include #include +// IWYU pragma: no_include "factory.impl.h" namespace DB { class Connection; diff --git a/libdbpp/unittests/testUtils.cpp b/libdbpp/unittests/testUtils.cpp index e95b572..4b3f651 100644 --- a/libdbpp/unittests/testUtils.cpp +++ b/libdbpp/unittests/testUtils.cpp @@ -18,7 +18,6 @@ #include #include // IWYU pragma: keep #include -#include #include #include #include -- cgit v1.2.3