summaryrefslogtreecommitdiff
path: root/avr/z180-serv.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/z180-serv.c
parentd655d20a5d465471244a607fc7e18eef8623eab9 (diff)
downloadz180-stamp-6dbf5891f52b1e06f8448e2b0526214bc882c6ec.zip
clean up includes
Diffstat (limited to 'avr/z180-serv.c')
-rw-r--r--avr/z180-serv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/avr/z180-serv.c b/avr/z180-serv.c
index f99a11e..ec3db7d 100644
--- a/avr/z180-serv.c
+++ b/avr/z180-serv.c
@@ -6,9 +6,6 @@
#include "z180-serv.h"
#include "common.h"
-#include <stdlib.h>
-#include <string.h>
-#include <stdbool.h>
#include <util/atomic.h>
#include "config.h"