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/Reprap.cpp')
-rw-r--r--src/Reprap.cpp13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/Reprap.cpp b/src/Reprap.cpp
index d4d4a692..6459c801 100644
--- a/src/Reprap.cpp
+++ b/src/Reprap.cpp
@@ -1,5 +1,14 @@
-#include "RepRapFirmware.h"
-#include <ctime>
+#include "RepRap.h"
+
+#include "Network.h"
+#include "Movement/Move.h"
+#include "GCodes/GCodes.h"
+#include "Heating/Heat.h"
+#include "Platform.h"
+#include "PrintMonitor.h"
+#include "Tool.h"
+#include "Webserver.h"
+#include "Version.h"
// RepRap member functions.