summaryrefslogtreecommitdiff
path: root/libmysqlpp/my-selectcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libmysqlpp/my-selectcommand.cpp')
-rw-r--r--libmysqlpp/my-selectcommand.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmysqlpp/my-selectcommand.cpp b/libmysqlpp/my-selectcommand.cpp
index 7f1eaf8..dbfc5c8 100644
--- a/libmysqlpp/my-selectcommand.cpp
+++ b/libmysqlpp/my-selectcommand.cpp
@@ -6,10 +6,8 @@
#include "selectcommand.h"
#include <cstdint>
#include <cstring>
-#include <field_types.h>
#include <memory>
#include <mysql.h>
-#include <mysql_time.h>
#include <vector>
MySQL::SelectCommand::SelectCommand(const Connection * conn, const std::string & sql) :