normalize includes: zone

This commit is contained in:
brainiac
2025-12-18 00:59:27 -08:00
parent 5f3d9ba39a
commit 7bd7024e26
278 changed files with 2431 additions and 2901 deletions
+4 -9
View File
@@ -16,14 +16,11 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef EQEMU_ZONE_AA_RANK_EFFECTS_H
#define EQEMU_ZONE_AA_RANK_EFFECTS_H
#pragma once
#include "../common/global_define.h"
#include <string>
#include "common/types.h"
namespace AA
{
namespace AA {
struct RankEffect
{
@@ -33,6 +30,4 @@ struct RankEffect
int limit_value;
};
}
#endif
} // namespace AA