refactor(Core/Misc): headers cleanup (#9259)

This commit is contained in:
Kargatum 2021-11-22 17:24:39 +07:00 committed by GitHub
parent 699d4835df
commit f62664c987
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
775 changed files with 1294 additions and 1165 deletions

View file

@ -25,8 +25,8 @@
#include "Log.h"
#include "MySQLPreparedStatement.h"
#include "MySQLWorkaround.h"
#include "PreparedStatement.h"
#include "PCQueue.h"
#include "PreparedStatement.h"
#include "QueryCallback.h"
#include "QueryHolder.h"
#include "QueryResult.h"

View file

@ -15,8 +15,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "Define.h"
#include "DatabaseEnvFwd.h"
#include "Define.h"
#include "Errors.h"
#include "Field.h"
#include "Log.h"

View file

@ -20,8 +20,8 @@
#include "DatabaseEnv.h"
#include "Define.h"
#include <string>
#include <filesystem>
#include <string>
template <class T>
class DatabaseWorkerPool;

View file

@ -23,8 +23,8 @@
#include "QueryResult.h"
#include "Tokenize.h"
#include "Util.h"
#include <sstream>
#include <fstream>
#include <sstream>
using namespace std::filesystem;

View file

@ -20,11 +20,11 @@
#include "DatabaseEnv.h"
#include "Define.h"
#include <filesystem>
#include <set>
#include <string>
#include <unordered_map>
#include <vector>
#include <filesystem>
struct AC_DATABASE_API UpdateResult
{