dbcore.cpp * .h header include cleanup

This commit is contained in:
Akkadius
2014-12-15 20:04:49 -06:00
parent b1623cf696
commit 359bbb8df1
2 changed files with 9 additions and 14 deletions
+5 -7
View File
@@ -1,18 +1,16 @@
#include "../common/debug.h"
#ifdef _WINDOWS
#include <winsock2.h>
#endif
#include "../common/misc_functions.h"
#include "dbcore.h"
#include <errmsg.h>
#include <fstream>
#include <iostream>
#include <errmsg.h>
#include <mysqld_error.h>
#include <limits.h>
#include "dbcore.h"
#include <string.h>
#include "../common/misc_functions.h"
#include <cstdlib>
#ifdef _WINDOWS
#define snprintf _snprintf