aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database/MySQLConnection.cpp
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2016-08-10 17:06:16 +0200
committerjackpoz <giacomopoz@gmail.com>2016-08-10 17:06:16 +0200
commit555ac389e29da7d02370da0c7c98502c89472b8a (patch)
tree922eca6e0fe14977933e5ae7f6b7af934c00573d /src/server/database/Database/MySQLConnection.cpp
parentbd3541d106bbdb50ad53e38e6c7f2bc78dd6c1dc (diff)
Server/Database: Reduce differences between 3.3.5 and 6.x branches
Code functionality shouldn't have been modified.
Diffstat (limited to 'src/server/database/Database/MySQLConnection.cpp')
-rw-r--r--src/server/database/Database/MySQLConnection.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/database/Database/MySQLConnection.cpp b/src/server/database/Database/MySQLConnection.cpp
index fed368f2aac..93d2a35f310 100644
--- a/src/server/database/Database/MySQLConnection.cpp
+++ b/src/server/database/Database/MySQLConnection.cpp
@@ -22,11 +22,9 @@
#include <winsock2.h>
#endif
#include <mysql.h>
-#include <mysqld_error.h>
#include <errmsg.h>
#include "MySQLConnection.h"
-#include "MySQLThreading.h"
#include "QueryResult.h"
#include "SQLOperation.h"
#include "PreparedStatement.h"