From 52401c967704832fc696d69355fe7afbeaa0fcfc Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 10 Apr 2021 14:31:05 +0200 Subject: [PATCH] :green_heart: Correct include headers --- Source/dx.cpp | 2 +- Source/sound.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/dx.cpp b/Source/dx.cpp index 87a867800..2adfcd153 100644 --- a/Source/dx.cpp +++ b/Source/dx.cpp @@ -5,7 +5,7 @@ */ #include "all.h" #include "../3rdParty/Storm/Source/storm.h" -#include "display.h" +#include "../SourceX/display.h" #include "options.h" #include diff --git a/Source/sound.cpp b/Source/sound.cpp index 77a2abc79..a7b41d053 100644 --- a/Source/sound.cpp +++ b/Source/sound.cpp @@ -6,8 +6,8 @@ #include "all.h" #include "options.h" #include "../3rdParty/Storm/Source/storm.h" -#include "stubs.h" -#include "storm_sdl_rw.h" +#include "../SourceX/stubs.h" +#include "../SourceX/storm_sdl_rw.h" #include #include