mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 02:38:45 +00:00
normalize includes: common
This commit is contained in:
+5
-13
@@ -1,16 +1,11 @@
|
||||
#ifndef DBCORE_H
|
||||
#define DBCORE_H
|
||||
#pragma once
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include "common/mutex.h"
|
||||
#include "common/mysql_request_result.h"
|
||||
#include "common/types.h"
|
||||
|
||||
#include "../common/mutex.h"
|
||||
#include "../common/mysql_request_result.h"
|
||||
#include "../common/types.h"
|
||||
#include "mysql.h"
|
||||
|
||||
#include <mysql.h>
|
||||
#include <string.h>
|
||||
#include <mutex>
|
||||
|
||||
@@ -102,6 +97,3 @@ private:
|
||||
mysql_set_server_option(mysql, MYSQL_OPTION_MULTI_STATEMENTS_OFF);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user