From a7467890c40c0ae12a0a15f33321af78ada7711d Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 6 Dec 2023 13:30:47 +0100 Subject: all: Changed include to fit core header location --- modules/async/async.cpp | 4 ++-- modules/async/async.tmpl.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/async') 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 -#include +#include +#include #include #include 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 -#include +#include +#include #include // Template inlining -- cgit v1.2.3