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/tools/c_gen_iface.hpp | |
parent | 8495e808e3c320718f313abe0d6b4406439d4c40 (diff) |
all: Changed include to fit core header location
Diffstat (limited to 'modules/tools/c_gen_iface.hpp')
-rw-r--r-- | modules/tools/c_gen_iface.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/tools/c_gen_iface.hpp b/modules/tools/c_gen_iface.hpp index e79e27f..241108d 100644 --- a/modules/tools/c_gen_iface.hpp +++ b/modules/tools/c_gen_iface.hpp @@ -1,5 +1,5 @@ -#include <forstio/core/error.h> -#include <forstio/core/templates.h> +#include <forstio/error.h> +#include <forstio/templates.h> #include <forstio/codec/schema.h> #include <string> |