Removes unused and outdated includes, replaces some includes by forward declarations.

This was SVN commit r25444.
This commit is contained in:
vladislavbelov
2021-05-15 17:27:01 +00:00
parent 41a29a590a
commit 5ff4fa19c0
26 changed files with 40 additions and 50 deletions
-2
View File
@@ -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>