summaryrefslogtreecommitdiff
path: root/modules/window/window.h
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/window/window.h
parent8495e808e3c320718f313abe0d6b4406439d4c40 (diff)
all: Changed include to fit core header location
Diffstat (limited to 'modules/window/window.h')
-rw-r--r--modules/window/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/window/window.h b/modules/window/window.h
index 36786de..0e8d051 100644
--- a/modules/window/window.h
+++ b/modules/window/window.h
@@ -3,7 +3,7 @@
#include "video_mode.h"
#include <forstio/async/async.h>
-#include <forstio/core/common.h>
+#include <forstio/common.h>
#include <forstio/codec/schema.h>
#include <string_view>