refactor(src/tools): remove unused imports (#20487)

This commit is contained in:
Francesco Borzì
2024-11-08 22:20:50 +01:00
committed by GitHub
parent b2e6aef6ba
commit d6840664c7
17 changed files with 1 additions and 18 deletions

View File

@@ -18,8 +18,6 @@
#ifndef _INTERMEDIATE_VALUES_H
#define _INTERMEDIATE_VALUES_H
#include "DetourNavMesh.h"
#include "PathCommon.h"
#include "Recast.h"
#include "TerrainBuilder.h"

View File

@@ -22,7 +22,6 @@
#include "ModelInstance.h"
#include "PathCommon.h"
#include "StringFormat.h"
#include "VMapFactory.h"
#include "VMapMgr2.h"
#include <DetourCommon.h>
#include <DetourNavMesh.h>

View File

@@ -20,12 +20,10 @@
#include <atomic>
#include <list>
#include <map>
#include <set>
#include <thread>
#include <vector>
#include "IntermediateValues.h"
#include "Optional.h"
#include "TerrainBuilder.h"

View File

@@ -18,7 +18,6 @@
#ifndef _MMAP_COMMON_H
#define _MMAP_COMMON_H
#include "Common.h"
#include <string>
#include <vector>

View File

@@ -23,6 +23,7 @@
#include "PathCommon.h"
#include "VMapMgr2.h"
#include <vector>
#include <map>
// ******************************************
// Map file format defines

View File

@@ -18,7 +18,6 @@
#ifndef _MMAP_TERRAIN_BUILDER_H
#define _MMAP_TERRAIN_BUILDER_H
#include "PathCommon.h"
#include "WorldModel.h"
#include "G3D/Array.h"