From 41c3afd927f72ef86d7eb81c0e4746b2b490c62b Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Thu, 2 Jul 2020 14:54:29 +0200 Subject: [PATCH] src/Sound.cpp: Re-added Main.h include but commented it out with an explanation as to why Signed-off-by: Gabriel Ravier --- src/Sound.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Sound.cpp b/src/Sound.cpp index e9641245..b0af2c01 100644 --- a/src/Sound.cpp +++ b/src/Sound.cpp @@ -20,6 +20,7 @@ equivalents. #include "WindowsWrapper.h" #include "Backends/Audio.h" +//#include "Main.h" // Was for gModulePath, but this is unneeded in portable since LoadSoundObject is commented out in portable #include "Organya.h" #include "PixTone.h"