Tweaked #include's to use new CMake include change

This commit is contained in:
2026-01-27 21:13:33 +02:00
parent 6ad549df79
commit d12eb97fa5
6 changed files with 8 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
* obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "../../../headers/Systems/ECS.hpp"
#include <Systems/ECS.hpp>
using namespace Tourmaline::Systems::ECS;

View File

@@ -7,8 +7,8 @@
* obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "../../../headers/Systems/ECS.hpp"
#include "../../../headers/Systems/Random.hpp"
#include <Systems/ECS.hpp>
#include <Systems/Random.hpp>
using namespace Tourmaline::Systems::ECS;

View File

@@ -7,7 +7,7 @@
* obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "../../headers/Systems/Logging.hpp"
#include <Systems/Logging.hpp>
#include <cerrno>
#include <chrono>

View File

@@ -6,7 +6,7 @@
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "../../headers/Systems/Random.hpp"
#include <Systems/Random.hpp>
#include <bit>
#include <cstdint>

View File

@@ -7,7 +7,7 @@
* obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "../../headers/Types.hpp"
#include <Types.hpp>
#include <charconv>
#include <cstdint>