logsys_eqemu .cpp & .h include cleanup

This commit is contained in:
Akkadius 2014-12-15 22:15:17 -06:00
parent 7887511589
commit e9b72e0f7d
2 changed files with 4 additions and 6 deletions

View File

@ -16,13 +16,14 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "logsys.h"
#include "debug.h"
#include "eq_packet.h"
#include "logsys.h"
#include "misc.h"
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "misc.h"
#include "eq_packet.h"
#define LOG_CATEGORY(category) #category ,

View File

@ -21,9 +21,6 @@
#include "string_util.h"
#include <stdarg.h>
#include <stdio.h>
#include <string>
void log_message(LogType type, const char *fmt, ...) {
va_list args;