Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Movement/HeightControl/HeightController.h')
-rw-r--r--src/Movement/HeightControl/HeightController.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Movement/HeightControl/HeightController.h b/src/Movement/HeightControl/HeightController.h
index a6e0ae0f..c9d243fb 100644
--- a/src/Movement/HeightControl/HeightController.h
+++ b/src/Movement/HeightControl/HeightController.h
@@ -8,12 +8,10 @@
#ifndef SRC_MOVEMENT_HEIGHTCONTROL_HEIGHTCONTROLLER_H_
#define SRC_MOVEMENT_HEIGHTCONTROL_HEIGHTCONTROLLER_H_
-#include "RepRapFirmware.h"
-#undef array
+#include <RepRapFirmware.h>
#if SUPPORT_ASYNC_MOVES
-#include "GCodes/GCodeResult.h"
#include <RTOSIface/RTOSIface.h>
class HeightController