summaryrefslogtreecommitdiff
path: root/libsqlitepp/sqlite-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
commit1aed242983a48d7f06562d4aba5be287be59a0d4 (patch)
tree17314399bf0b067d32a69352fc3c10190958ffbb /libsqlitepp/sqlite-command.h
parentFirst commit passing IWYU (diff)
downloadlibdbpp-sqlite-1aed242983a48d7f06562d4aba5be287be59a0d4.tar.bz2
libdbpp-sqlite-1aed242983a48d7f06562d4aba5be287be59a0d4.tar.xz
libdbpp-sqlite-1aed242983a48d7f06562d4aba5be287be59a0d4.zip
Diffstat (limited to 'libsqlitepp/sqlite-command.h')
-rw-r--r--libsqlitepp/sqlite-command.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libsqlitepp/sqlite-command.h b/libsqlitepp/sqlite-command.h
index cf36ec3..2bf9cc1 100644
--- a/libsqlitepp/sqlite-command.h
+++ b/libsqlitepp/sqlite-command.h
@@ -1,18 +1,13 @@
#ifndef SQLITE_COMMAND_H
#define SQLITE_COMMAND_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 <command.h>
#include <glibmm/ustring.h>
#include <sqlite3.h>
#include <string>
#include <string_view>
-namespace boost::posix_time {
- class time_duration;
-}
-
namespace SQLite {
class Connection;
class Command : public virtual DB::Command {