mirror of
https://github.com/anope/anope.git
synced 2026-07-03 00:03:13 +02:00
Clean up and reorganize our header files
This commit is contained in:
+4
-4
@@ -1,10 +1,10 @@
|
||||
#include "services.h"
|
||||
#include "modules.h"
|
||||
#include "oper.h"
|
||||
|
||||
std::vector<Anope::string> SerializeType::type_order;
|
||||
Anope::map<SerializeType *> SerializeType::types;
|
||||
std::list<Serializable *> *Serializable::serizliable_items;
|
||||
#include "account.h"
|
||||
#include "regchannel.h"
|
||||
#include "access.h"
|
||||
#include "bots.h"
|
||||
|
||||
Anope::map<Anope::map<Service *> > Service::services;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user