mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
normalize includes: common
This commit is contained in:
+3
-3
@@ -17,8 +17,9 @@
|
||||
*/
|
||||
|
||||
#include "faction.h"
|
||||
#include "races.h"
|
||||
#include "rulesys.h"
|
||||
|
||||
#include "common/races.h"
|
||||
#include "common/rulesys.h"
|
||||
|
||||
const char *FactionValueToString(FACTION_VALUE faction_value)
|
||||
{
|
||||
@@ -163,4 +164,3 @@ bool IsOfIndiffRace(int r1, int r2)
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user