diff options
| author | 2025-04-17 10:03:43 -0400 | |
|---|---|---|
| committer | 2025-04-17 10:03:43 -0400 | |
| commit | eccba12e1fe3c1b9510e274cd8ddfa94bba6f489 (patch) | |
| tree | 43cef769c453fcb3854f80cb5f1831d512098167 /src/fruits/cmc | |
| parent | ae8822ec0327c4d5674f1dc79de926b230f27f1f (diff) | |
| download | camu-eccba12e1fe3c1b9510e274cd8ddfa94bba6f489.tar.gz camu-eccba12e1fe3c1b9510e274cd8ddfa94bba6f489.tar.bz2 camu-eccba12e1fe3c1b9510e274cd8ddfa94bba6f489.zip | |
Implement logging changes and cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/fruits/cmc')
| -rw-r--r-- | src/fruits/cmc/ui/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fruits/cmc/ui/ui.c b/src/fruits/cmc/ui/ui.c index b830042..88c9c5d 100644 --- a/src/fruits/cmc/ui/ui.c +++ b/src/fruits/cmc/ui/ui.c @@ -1,5 +1,5 @@ -#include <al/lib.h> #include <al/log.h> +#include <al/lib.h> #include "ui.h" #include "ext.h" |