Don't include unnecessary headers when BINLOG_ENABLED isn't defined - whoa
This commit is contained in:
parent
3dacc60073
commit
a2082bac93
|
@ -1,9 +1,9 @@
|
|||
#if defined BINLOG_ENABLED
|
||||
|
||||
#include <time.h>
|
||||
#include "amxmodx.h"
|
||||
#include "binlog.h"
|
||||
|
||||
#if defined BINLOG_ENABLED
|
||||
|
||||
BinLog g_BinLog;
|
||||
int g_binlog_level = 0;
|
||||
int g_binlog_maxsize = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user