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/Platform/RepRap.h')
-rw-r--r--src/Platform/RepRap.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/Platform/RepRap.h b/src/Platform/RepRap.h
index 766c1855..31b6ed51 100644
--- a/src/Platform/RepRap.h
+++ b/src/Platform/RepRap.h
@@ -21,11 +21,9 @@ Licence: GPL
#ifndef REPRAP_H
#define REPRAP_H
-#include "RepRapFirmware.h"
-#include "ObjectModel/ObjectModel.h"
-#include "MessageType.h"
-#include "RTOSIface/RTOSIface.h"
-#include "GCodes/GCodeResult.h"
+#include <RepRapFirmware.h>
+#include <ObjectModel/ObjectModel.h>
+#include <RTOSIface/RTOSIface.h>
#include <General/inplace_function.h>
#include <GCodes/Variable.h>