mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 02:38:45 +00:00
normalize includes: common
This commit is contained in:
+8
-10
@@ -15,8 +15,14 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#ifndef RULESYS_H_
|
||||
#define RULESYS_H_
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "common/types.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
/*
|
||||
* Access to the rules system in normal code is done with three calls:
|
||||
@@ -40,12 +46,6 @@
|
||||
RuleManager::Instance()->GetStringRule( RuleManager::String__##rule_name )
|
||||
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class Database;
|
||||
|
||||
class RuleManager {
|
||||
@@ -193,5 +193,3 @@ private:
|
||||
} RuleInfo;
|
||||
static const RuleInfo s_RuleInfo[];
|
||||
};
|
||||
|
||||
#endif /*RULESYS_H_*/
|
||||
|
||||
Reference in New Issue
Block a user