summaryrefslogtreecommitdiff
path: root/avr/debug.c
diff options
context:
space:
mode:
authorLeo C.2024-06-28 22:35:29 +0200
committerLeo C.2024-06-28 22:35:29 +0200
commit6dbf5891f52b1e06f8448e2b0526214bc882c6ec (patch)
tree4513ba08fd84a63d7e630a8bbc98a6424d123fb8 /avr/debug.c
parentd655d20a5d465471244a607fc7e18eef8623eab9 (diff)
downloadz180-stamp-6dbf5891f52b1e06f8448e2b0526214bc882c6ec.zip
clean up includes
Diffstat (limited to 'avr/debug.c')
-rw-r--r--avr/debug.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/avr/debug.c b/avr/debug.c
index 89ef4b1..ea21583 100644
--- a/avr/debug.c
+++ b/avr/debug.c
@@ -6,9 +6,6 @@
#include "debug.h"
#include "common.h"
-#include <stdlib.h> /* __malloc_margin */
-#include <string.h>
-#include <ctype.h>
#include <avr/eeprom.h>
#include "command.h"