normalize includes: world

This commit is contained in:
brainiac
2025-12-18 00:45:20 -08:00
parent e2e1f98cee
commit 5f3d9ba39a
84 changed files with 712 additions and 795 deletions
+7 -9
View File
@@ -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_*/