summaryrefslogtreecommitdiff
path: root/src/debugScreen.c
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2021-12-28 13:56:21 -0800
committerGitHub <noreply@github.com>2021-12-28 13:56:21 -0800
commit4d04c1c920dc6ab02de60a2774ed4cc5feb3d7b3 (patch)
treeb6226159f870a5974379851e986261eb8d1ce5fc /src/debugScreen.c
parent9456e38606b3ebfe388bd810a4187a5c06c97947 (diff)
parent3fd900f1bc81cbaf106de17f5b8d41e26de682a8 (diff)
Merge pull request #227 from notyourav/cl
cleanup
Diffstat (limited to 'src/debugScreen.c')
-rw-r--r--src/debugScreen.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/debugScreen.c b/src/debugScreen.c
index c3ddf710..b3300574 100644
--- a/src/debugScreen.c
+++ b/src/debugScreen.c
@@ -1,12 +1,11 @@
#include "global.h"
-#include "audio.h"
+#include "sound.h"
#include "utils.h"
#include "functions.h"
#include "main.h"
#include "menu.h"
#include "screen.h"
-#include "structures.h"
-#include "textbox.h"
+#include "message.h"
extern void (*const gUnk_08109A30[])();