mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
logsys_eqemu .cpp & .h include cleanup
This commit is contained in:
parent
7887511589
commit
e9b72e0f7d
@ -16,13 +16,14 @@
|
|||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "logsys.h"
|
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
#include "eq_packet.h"
|
||||||
|
#include "logsys.h"
|
||||||
|
#include "misc.h"
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "misc.h"
|
|
||||||
#include "eq_packet.h"
|
|
||||||
|
|
||||||
|
|
||||||
#define LOG_CATEGORY(category) #category ,
|
#define LOG_CATEGORY(category) #category ,
|
||||||
|
|||||||
@ -21,9 +21,6 @@
|
|||||||
#include "string_util.h"
|
#include "string_util.h"
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
void log_message(LogType type, const char *fmt, ...) {
|
void log_message(LogType type, const char *fmt, ...) {
|
||||||
va_list args;
|
va_list args;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user