diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-01-14 10:49:38 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-01-14 11:32:27 -0500 |
commit | 756788511529b9da651c5f0af29251f83c5a2cd2 (patch) | |
tree | a0940f11aff75acf27849b82d235a225df65dc56 /src/stepper.c | |
parent | ed715ec43770e197f639c31736e1ea9ed6202996 (diff) | |
download | kutter-756788511529b9da651c5f0af29251f83c5a2cd2.tar.gz kutter-756788511529b9da651c5f0af29251f83c5a2cd2.tar.xz kutter-756788511529b9da651c5f0af29251f83c5a2cd2.zip |
sched: Minor change - remove unneeded header files
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/stepper.c')
-rw-r--r-- | src/stepper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stepper.c b/src/stepper.c index 8da71e84..23a073b1 100644 --- a/src/stepper.c +++ b/src/stepper.c @@ -4,7 +4,6 @@ // // This file may be distributed under the terms of the GNU GPLv3 license. -#include <stddef.h> // NULL #include "autoconf.h" // CONFIG_* #include "basecmd.h" // alloc_oid #include "board/gpio.h" // gpio_out_write |