summaryrefslogtreecommitdiff
path: root/modules/async
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2023-12-06 13:30:47 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2023-12-06 13:30:47 +0100
commita7467890c40c0ae12a0a15f33321af78ada7711d (patch)
tree51fe02c5ed1af22cf1884aba431340190c0908c4 /modules/async
parent8495e808e3c320718f313abe0d6b4406439d4c40 (diff)
all: Changed include to fit core header location
Diffstat (limited to 'modules/async')
-rw-r--r--modules/async/async.cpp4
-rw-r--r--modules/async/async.tmpl.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/async/async.cpp b/modules/async/async.cpp
index 360e455..e10ee16 100644
--- a/modules/async/async.cpp
+++ b/modules/async/async.cpp
@@ -1,6 +1,6 @@
#include "async.h"
-#include <forstio/core/common.h>
-#include <forstio/core/error.h>
+#include <forstio/common.h>
+#include <forstio/error.h>
#include <algorithm>
#include <cassert>
diff --git a/modules/async/async.tmpl.h b/modules/async/async.tmpl.h
index 9569f60..8fcb59c 100644
--- a/modules/async/async.tmpl.h
+++ b/modules/async/async.tmpl.h
@@ -1,7 +1,7 @@
#pragma once
-#include <forstio/core/common.h>
-#include <forstio/core/error.h>
+#include <forstio/common.h>
+#include <forstio/error.h>
#include <cassert>
// Template inlining