summaryrefslogtreecommitdiff
path: root/libpqpp/pq-command.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-09-21 20:18:20 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-09-21 20:18:20 +0100
commitd629a2404592fbf73f8378d1e010fbab9cfe2dbf (patch)
tree32f2e685c9a94e5871064aaef41fd86a8ef13e9c /libpqpp/pq-command.h
parentFirst commit passing IWYU (diff)
downloadlibdbpp-postgresql-d629a2404592fbf73f8378d1e010fbab9cfe2dbf.tar.bz2
libdbpp-postgresql-d629a2404592fbf73f8378d1e010fbab9cfe2dbf.tar.xz
libdbpp-postgresql-d629a2404592fbf73f8378d1e010fbab9cfe2dbf.zip
Diffstat (limited to 'libpqpp/pq-command.h')
-rw-r--r--libpqpp/pq-command.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libpqpp/pq-command.h b/libpqpp/pq-command.h
index 7e8cd94..d187645 100644
--- a/libpqpp/pq-command.h
+++ b/libpqpp/pq-command.h
@@ -15,8 +15,7 @@
#include <glibmm/ustring.h>
#pragma GCC diagnostic pop
#include "command_fwd.h"
-#include <boost/date_time/posix_time/posix_time_types.hpp>
-#include <boost/date_time/posix_time/ptime.hpp>
+#include <boost/date_time/posix_time/posix_time.hpp>
#include <cstddef>
#include <iosfwd>
#include <string>
@@ -25,9 +24,6 @@
namespace DB {
class Blob;
}
-namespace boost::posix_time {
- class time_duration;
-}
namespace PQ {
class DLL_PUBLIC CommandOptions : public DB::CommandOptions {