diff options
| author | notyourav <65437533+notyourav@users.noreply.github.com> | 2021-03-21 22:55:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-21 22:55:31 -0700 |
| commit | 725efbe2d0b7253ba2a3ee935f830b3bfbe8eb7f (patch) | |
| tree | 269a5ee1b44bb2600a63fbb2e9223a0b997f46f0 /src/script.c | |
| parent | eb1643b9b7b513b74b2fb752c8409f175f14ed73 (diff) | |
| parent | f0d610f385dcbac0973a3c4b2f48621417492b5a (diff) | |
Merge pull request #142 from notyourav/static
TU squashing
Diffstat (limited to 'src/script.c')
| -rw-r--r-- | src/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script.c b/src/script.c index a6b59b23..3f19bf23 100644 --- a/src/script.c +++ b/src/script.c @@ -5,7 +5,7 @@ #include "script.h" #include "structures.h" #include "textbox.h" -#include "dma.h" +#include "utils.h" #include "save.h" #include "random.h" #include "functions.h" |
