mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
normalize includes: zone
This commit is contained in:
+3
-6
@@ -1,8 +1,8 @@
|
||||
#ifndef TITLES_H
|
||||
#define TITLES_H
|
||||
#pragma once
|
||||
|
||||
#include "common/repositories/titles_repository.h"
|
||||
|
||||
#include <vector>
|
||||
#include "../common/repositories/titles_repository.h"
|
||||
|
||||
class Client;
|
||||
class EQApplicationPacket;
|
||||
@@ -30,6 +30,3 @@ protected:
|
||||
};
|
||||
|
||||
extern TitleManager title_manager;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user