refactor(Core/Misc): headers cleanup (#9259)

This commit is contained in:
Kargatum
2021-11-22 17:24:39 +07:00
committed by GitHub
parent 699d4835df
commit f62664c987
775 changed files with 1294 additions and 1165 deletions

View File

@@ -18,10 +18,10 @@
#ifndef _INTERMEDIATE_VALUES_H
#define _INTERMEDIATE_VALUES_H
#include "PathCommon.h"
#include "TerrainBuilder.h"
#include "Recast.h"
#include "DetourNavMesh.h"
#include "PathCommon.h"
#include "Recast.h"
#include "TerrainBuilder.h"
namespace MMAP
{

View File

@@ -18,19 +18,19 @@
#ifndef _MAP_BUILDER_H
#define _MAP_BUILDER_H
#include <list>
#include <vector>
#include <set>
#include <atomic>
#include <list>
#include <map>
#include <set>
#include <thread>
#include <vector>
#include "TerrainBuilder.h"
#include "IntermediateValues.h"
#include "TerrainBuilder.h"
#include "Recast.h"
#include "DetourNavMesh.h"
#include "PCQueue.h"
#include "Recast.h"
using namespace VMAP;

View File

@@ -15,8 +15,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "PathCommon.h"
#include "MapBuilder.h"
#include "PathCommon.h"
#include "Timer.h"
using namespace MMAP;

View File

@@ -16,12 +16,12 @@
*/
#include "TerrainBuilder.h"
#include "PathCommon.h"
#include "MapBuilder.h"
#include "MapDefines.h"
#include "VMapMgr2.h"
#include "MapTree.h"
#include "ModelInstance.h"
#include "PathCommon.h"
#include "VMapMgr2.h"
#include <vector>
// ******************************************