summaryrefslogtreecommitdiffstats
path: root/setup.c
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2017-05-25 21:30:31 +0100
committerTomasz Kramkowski <tk@the-tk.com>2017-05-25 21:56:59 +0100
commit7eb36e43b3430ac089ae824b1d4b399a169e3cc4 (patch)
tree8a7beef1cf934c74339d1f5eafb81eed30616bd4 /setup.c
parent5d5f6ae4181bcb4b010d39ec114fa375751dc01e (diff)
downloadfmk-7eb36e43b3430ac089ae824b1d4b399a169e3cc4.tar.gz
fmk-7eb36e43b3430ac089ae824b1d4b399a169e3cc4.tar.xz
fmk-7eb36e43b3430ac089ae824b1d4b399a169e3cc4.zip
setup.c: remove unused <string.h> include
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index 60f8c53..568caaf 100644
--- a/setup.c
+++ b/setup.c
@@ -19,7 +19,6 @@
#include <asm.h>
#include <reg.h>
#include <stddef.h>
-#include <string.h>
#include "usb/usb.h"
#include "uart.h"