From 6b66d7870a7d011f98894dd050280cb757cb034d Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Thu, 30 Jul 2015 21:46:14 +0200 Subject: [PATCH] mendel.c: remove another three redundant #includes. No functional change. --- mendel.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/mendel.c b/mendel.c index d1d81ad..569566c 100644 --- a/mendel.c +++ b/mendel.c @@ -32,9 +32,7 @@ #include "serial.h" #include "dda_queue.h" -#include "dda.h" #include "gcode_parse.h" -#include "gcode_process.h" #include "timer.h" #include "temp.h" #include "sermsg.h" @@ -44,7 +42,6 @@ #include "heater.h" #include "analog.h" #include "pinio.h" -#include "arduino.h" #include "clock.h" #include "intercom.h" #include "spi.h"