summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorTyler McGavran <tyler.taggerung@gmail.com>2023-09-09 00:56:49 -0400
committerGitHub <noreply@github.com>2023-09-08 22:56:49 -0600
commit7afffb63f5c6f195745ca3f253604184e538de1d (patch)
tree218d324adc1c7752c134148242d78865e124d3c8 /src/debug
parent208fecdd28bdc3424d6ebf09f1eab23f271467b6 (diff)
Cleanup undefined_syms for all the course data (#407)
* Update building of packed_dl files * Expose course_data symbols to linker. * Remove undefined_syms for course data * Update ctx_includes Signed-off-by: Taggerung <tyler.taggerung@email.com>
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/all_variables.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/debug/all_variables.h b/src/debug/all_variables.h
index 067cb101a..f88314250 100644
--- a/src/debug/all_variables.h
+++ b/src/debug/all_variables.h
@@ -62,8 +62,6 @@
#include <macros.h>
#include <mk64.h>
#include <objects.h>
-// #include <packed_displaylist_symbols_gen.h> does not work
-#include <packed_displaylist_symbols.h>
#include <segments.h>
#include <segment_symbols.h>
#include <sounds.h>