Core/Misc: Cleanup unused includes

This commit is contained in:
Shauren
2022-02-13 15:07:00 +01:00
parent 904299413e
commit 439b027d48
182 changed files with 38 additions and 237 deletions

View File

@@ -18,10 +18,8 @@
#include "PreparedStatement.h"
#include "Errors.h"
#include "MySQLConnection.h"
#include "MySQLPreparedStatement.h"
#include "QueryResult.h"
#include "Log.h"
#include "MySQLWorkaround.h"
#include "StringFormat.h"
PreparedStatementBase::PreparedStatementBase(uint32 index, uint8 capacity) :
m_index(index), statement_data(capacity) { }