summaryrefslogtreecommitdiff
path: root/src/debugScreen.c
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2022-01-01 18:29:08 -0800
committerGitHub <noreply@github.com>2022-01-01 18:29:08 -0800
commit466b508413fd62dfd00c859d7f636622898d617c (patch)
treecf7ba31fc07baa772ad7505c26dd71cb27901b74 /src/debugScreen.c
parent408d67844f9df6c12e3ff3a6d86b3a614a2f615c (diff)
parent1ca41b54a984af1da881cb9a01015069a570c195 (diff)
Merge pull request #238 from notyourav/clr
color.c, utils->common.c
Diffstat (limited to 'src/debugScreen.c')
-rw-r--r--src/debugScreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debugScreen.c b/src/debugScreen.c
index b3300574..9eded432 100644
--- a/src/debugScreen.c
+++ b/src/debugScreen.c
@@ -1,6 +1,6 @@
#include "global.h"
#include "sound.h"
-#include "utils.h"
+#include "common.h"
#include "functions.h"
#include "main.h"
#include "menu.h"