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:
@@ -1,14 +1,9 @@
|
||||
#ifndef MYSQL_REQUEST_ROW_H
|
||||
#define MYSQL_REQUEST_ROW_H
|
||||
#pragma once
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include "common/types.h"
|
||||
|
||||
#include <mysql.h>
|
||||
#include "mysql.h"
|
||||
#include <iterator>
|
||||
#include "types.h"
|
||||
|
||||
class MySQLRequestRow
|
||||
{
|
||||
@@ -36,9 +31,4 @@ public:
|
||||
bool operator!=(const MySQLRequestRow& rhs);
|
||||
MySQLRequestRow operator*();
|
||||
char* operator[](int index);
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user