mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 23:40:26 +00:00
normalize includes: zone
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#ifndef _EQE_QUESTINTERFACE_H
|
||||
#define _EQE_QUESTINTERFACE_H
|
||||
#pragma once
|
||||
|
||||
#include "common/types.h"
|
||||
#include "zone/event_codes.h"
|
||||
|
||||
#include "../common/types.h"
|
||||
#include "event_codes.h"
|
||||
#include <any>
|
||||
|
||||
class Client;
|
||||
@@ -383,6 +383,3 @@ public:
|
||||
protected:
|
||||
std::list<std::string> errors_;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user