diff options
Diffstat (limited to 'libpqpp/pq-command.h')
-rw-r--r-- | libpqpp/pq-command.h | 6 |
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 { |