diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-12-06 13:30:47 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-12-06 13:30:47 +0100 |
commit | a7467890c40c0ae12a0a15f33321af78ada7711d (patch) | |
tree | 51fe02c5ed1af22cf1884aba431340190c0908c4 /modules/io | |
parent | 8495e808e3c320718f313abe0d6b4406439d4c40 (diff) |
all: Changed include to fit core header location
Diffstat (limited to 'modules/io')
-rw-r--r-- | modules/io/io.h | 2 | ||||
-rw-r--r-- | modules/io/io_helpers.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/io/io.h b/modules/io/io.h index 7653ace..b58394e 100644 --- a/modules/io/io.h +++ b/modules/io/io.h @@ -1,7 +1,7 @@ #pragma once #include <forstio/async/async.h> -#include <forstio/core/common.h> +#include <forstio/common.h> #include "io_helpers.h" #include <string> diff --git a/modules/io/io_helpers.h b/modules/io/io_helpers.h index 94e37f4..761ee35 100644 --- a/modules/io/io_helpers.h +++ b/modules/io/io_helpers.h @@ -1,7 +1,7 @@ #pragma once #include <forstio/async/async.h> -#include <forstio/core/common.h> +#include <forstio/common.h> #include <cstdint> #include <optional> |