mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:29:50 +00:00
Removes unused and outdated includes, replaces some includes by forward declarations.
This was SVN commit r25444.
This commit is contained in:
@@ -18,13 +18,11 @@
|
||||
#ifndef INCLUDED_MAPGENERATOR
|
||||
#define INCLUDED_MAPGENERATOR
|
||||
|
||||
#include "lib/posix/posix_pthread.h"
|
||||
#include "ps/FileIo.h"
|
||||
#include "ps/TemplateLoader.h"
|
||||
#include "scriptinterface/StructuredClone.h"
|
||||
|
||||
#include <boost/random/linear_congruential.hpp>
|
||||
|
||||
#include <mutex>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user