database.h forward declaration

database.cpp #include house-keeping
This commit is contained in:
akkadius
2014-11-29 04:30:03 -06:00
parent 251e940fe8
commit 5d5c3fbfd1
2 changed files with 9 additions and 18 deletions
+6 -10
View File
@@ -17,19 +17,16 @@
*/
#include "../common/debug.h"
#include "../common/rulesys.h"
#include <iostream>
#include <fstream>
#include <cmath>
#include <ctype.h>
#include <iomanip>
#include <iostream>
#include <limits.h>
#include <map>
#include <mysqld_error.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errmsg.h>
#include <mysqld_error.h>
#include <limits.h>
#include <ctype.h>
#include <assert.h>
#include <cmath>
#include <map>
// Disgrace: for windows compile
#ifdef _WINDOWS
@@ -45,7 +42,6 @@
#include "database.h"
#include "eq_packet_structs.h"
#include "guilds.h"
#include "string_util.h"
#include "extprofile.h"