mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 23:40:26 +00:00
normalize includes: common
This commit is contained in:
+2
-5
@@ -18,10 +18,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef EQEMU_PLATFORM_H
|
||||
#define EQEMU_PLATFORM_H
|
||||
#pragma once
|
||||
|
||||
#include "iostream"
|
||||
#include <string>
|
||||
|
||||
enum EQEmuExePlatform
|
||||
{
|
||||
@@ -47,5 +46,3 @@ int GetExecutablePlatformInt();
|
||||
std::string GetPlatformName();
|
||||
bool IsWorld();
|
||||
bool IsQueryServ();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user