mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 00:08:23 +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_TITANIUM_LIMITS_H
|
||||
#define COMMON_TITANIUM_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 Titanium
|
||||
@@ -340,6 +339,4 @@ namespace Titanium
|
||||
|
||||
} /*spells*/
|
||||
|
||||
}; /*Titanium*/
|
||||
|
||||
#endif /*COMMON_TITANIUM_LIMITS_H*/
|
||||
} /*Titanium*/
|
||||
|
||||
Reference in New Issue
Block a user