diff options
| author | Archez <Archez@users.noreply.github.com> | 2024-03-26 19:31:34 -0400 |
|---|---|---|
| committer | Garrett Cox <garrettjcox@gmail.com> | 2024-05-22 09:05:00 -0500 |
| commit | 82cf1a48856dfa99fc6e763c137b7ebf840f009f (patch) | |
| tree | 56f70d77cfb7033402a0d86ca8cffde72a28ed44 /mm/src/code/z_message.c | |
| parent | ad2bc10ed081d32245d0549449d1a139d809bb21 (diff) | |
Add cvar methods to global functions header and cleanup includes (#152)
* add cvar methods to global functions header and cleanup includes
* fix z_lib.c
* tweak includes
Diffstat (limited to 'mm/src/code/z_message.c')
| -rw-r--r-- | mm/src/code/z_message.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/src/code/z_message.c b/mm/src/code/z_message.c index 5db70fbf2..4e5f35189 100644 --- a/mm/src/code/z_message.c +++ b/mm/src/code/z_message.c @@ -6,7 +6,6 @@ #include "interface/parameter_static/parameter_static.h" #include "overlays/kaleido_scope/ovl_kaleido_scope/z_kaleido_scope.h" #include "BenPort.h" -#include <libultraship/libultraship.h> #include "assets/archives/schedule_dma_static/schedule_dma_static_yar.h" #include "assets/archives/icon_item_static/icon_item_static_yar.h" #include "assets/archives/icon_item_24_static/icon_item_24_static_yar.h" |
