mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 13:38:21 +00:00
normalize includes: world
This commit is contained in:
@@ -15,15 +15,16 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#ifndef LAUNCHERLIST_H_
|
||||
#define LAUNCHERLIST_H_
|
||||
|
||||
#include "../common/types.h"
|
||||
#include "../common/net/servertalk_server_connection.h"
|
||||
#pragma once
|
||||
|
||||
#include "common/types.h"
|
||||
#include "common/net/servertalk_server_connection.h"
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class LauncherLink;
|
||||
class EQLConfig;
|
||||
@@ -50,6 +51,3 @@ protected:
|
||||
std::vector<LauncherLink *> m_pendingLaunchers; //we own these objects, have not yet identified themself
|
||||
int nextID;
|
||||
};
|
||||
|
||||
#endif /*LAUNCHERLIST_H_*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user