mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
misc cleanup
This commit is contained in:
parent
f8a1825845
commit
c1e5d8b7dc
@ -9,13 +9,14 @@
|
||||
#include <map>
|
||||
#include <iostream>
|
||||
#include <zlib.h>
|
||||
|
||||
#ifndef WIN32
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include <time.h>
|
||||
#include "misc.h"
|
||||
#include "types.h"
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
#define ENC(c) (((c) & 0x3f) + ' ')
|
||||
|
||||
@ -9,9 +9,6 @@
|
||||
#include <mysql.h>
|
||||
#include "types.h"
|
||||
#include "mysql_request_row.h"
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
||||
class MySQLRequestResult {
|
||||
private:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user