normalize includes: common

This commit is contained in:
brainiac
2025-12-17 09:32:44 -08:00
committed by Alex
parent 723ca13482
commit 451eb0806a
295 changed files with 1592 additions and 2009 deletions
+8 -10
View File
@@ -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_*/