Core/Misc: Remove unused headers

This commit is contained in:
leak
2015-03-30 17:16:07 +02:00
parent 50bbfeebb9
commit 7010671931
99 changed files with 2 additions and 205 deletions

View File

@@ -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"