Tweaked #include's to use new CMake include change
This commit is contained in:
@@ -9,8 +9,9 @@
|
|||||||
|
|
||||||
#ifndef GUARD_TOURMALINE_RANDOM_H
|
#ifndef GUARD_TOURMALINE_RANDOM_H
|
||||||
#define GUARD_TOURMALINE_RANDOM_H
|
#define GUARD_TOURMALINE_RANDOM_H
|
||||||
#include "../../libraries/random/xoshiro.h"
|
|
||||||
#include "../Types.hpp"
|
#include "../Types.hpp"
|
||||||
|
#include <TourmalineExternal/random/xoshiro.h>
|
||||||
|
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
||||||
namespace Tourmaline::Systems {
|
namespace Tourmaline::Systems {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
* obtain one at http://mozilla.org/MPL/2.0/.
|
* obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../../headers/Systems/ECS.hpp"
|
#include <Systems/ECS.hpp>
|
||||||
|
|
||||||
using namespace Tourmaline::Systems::ECS;
|
using namespace Tourmaline::Systems::ECS;
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
* obtain one at http://mozilla.org/MPL/2.0/.
|
* obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../../headers/Systems/ECS.hpp"
|
#include <Systems/ECS.hpp>
|
||||||
#include "../../../headers/Systems/Random.hpp"
|
#include <Systems/Random.hpp>
|
||||||
|
|
||||||
using namespace Tourmaline::Systems::ECS;
|
using namespace Tourmaline::Systems::ECS;
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
* obtain one at http://mozilla.org/MPL/2.0/.
|
* obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../headers/Systems/Logging.hpp"
|
#include <Systems/Logging.hpp>
|
||||||
|
|
||||||
#include <cerrno>
|
#include <cerrno>
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
|
* 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/.
|
* obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
#include "../../headers/Systems/Random.hpp"
|
#include <Systems/Random.hpp>
|
||||||
|
|
||||||
#include <bit>
|
#include <bit>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
* obtain one at http://mozilla.org/MPL/2.0/.
|
* obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../headers/Types.hpp"
|
#include <Types.hpp>
|
||||||
|
|
||||||
#include <charconv>
|
#include <charconv>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|||||||
Reference in New Issue
Block a user