mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
normalize includes: common
This commit is contained in:
@@ -17,12 +17,11 @@
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#ifndef COMMON_ROF_LIMITS_H
|
||||
#define COMMON_ROF_LIMITS_H
|
||||
#pragma once
|
||||
|
||||
#include "../types.h"
|
||||
#include "../emu_versions.h"
|
||||
#include "../skills.h"
|
||||
#include "common/emu_versions.h"
|
||||
#include "common/skills.h"
|
||||
#include "common/types.h"
|
||||
|
||||
|
||||
namespace RoF
|
||||
@@ -314,6 +313,4 @@ namespace RoF
|
||||
|
||||
} /*spells*/
|
||||
|
||||
}; /*RoF*/
|
||||
|
||||
#endif /*COMMON_ROF_LIMITS_H*/
|
||||
} /*RoF*/
|
||||
|
||||
Reference in New Issue
Block a user