petitions.cpp #include cleanup

petititons.h #include cleanup
This commit is contained in:
akkadius
2014-11-29 15:44:09 -06:00
parent 6d52f3c02a
commit 88984a3960
2 changed files with 9 additions and 16 deletions
+6 -4
View File
@@ -19,11 +19,13 @@
#define PETITIONS_H
#include "../common/linked_list.h"
#include "../common/types.h"
#include "zonedb.h"
#include "client.h"
#include "../common/mutex.h"
#include "../common/misc_functions.h"
#include "../common/mutex.h"
#include "../common/types.h"
#include "client.h"
#include "zonedb.h"
class Client;
class Petition
{