2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-23 05:12:05 +00:00

chore: remove unused included headers

This commit is contained in:
Jan Laupetin
2025-11-06 20:33:00 +01:00
parent b7a250eb10
commit a8fc10df74
2 changed files with 0 additions and 3 deletions

View File

@@ -3,8 +3,6 @@
#include "Game/T6/T6.h" #include "Game/T6/T6.h"
#include "Utils/Logging/Log.h" #include "Utils/Logging/Log.h"
#include <cassert>
#include <memory>
#include <string> #include <string>
#include <vector> #include <vector>

View File

@@ -1,7 +1,6 @@
#pragma once #pragma once
#include "Asset/IAssetCreator.h" #include "Asset/IAssetCreator.h"
#include "Game/T6/T6.h"
#include "SearchPath/ISearchPath.h" #include "SearchPath/ISearchPath.h"
#include "Utils/MemoryManager.h" #include "Utils/MemoryManager.h"