summaryrefslogtreecommitdiff
path: root/modules/async
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2023-12-06 13:21:13 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2023-12-06 13:21:13 +0100
commit8495e808e3c320718f313abe0d6b4406439d4c40 (patch)
treec18523933c88b1621bca4fc02b3feb4ac4b2bc54 /modules/async
parenta8900f0b26271278b8c3b574349189f90ff9f2aa (diff)
async: Fix includes
Diffstat (limited to 'modules/async')
-rw-r--r--modules/async/async.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/async/async.h b/modules/async/async.h
index 8190be0..66afa38 100644
--- a/modules/async/async.h
+++ b/modules/async/async.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 <chrono>
#include <functional>