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/Move.cpp')
-rw-r--r--src/Movement/Move.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Movement/Move.cpp b/src/Movement/Move.cpp
index a2fec5ca..a63ab16d 100644
--- a/src/Movement/Move.cpp
+++ b/src/Movement/Move.cpp
@@ -5,7 +5,9 @@
* Author: David
*/
-#include "RepRapFirmware.h"
+#include "Move.h"
+#include "Platform.h"
+#include "RepRap.h"
Move::Move(Platform* p, GCodes* g) : currentDda(NULL), grid(zBedProbePoints)
{