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:
authorDavid Crocker <dcrocker@eschertech.com>2021-03-19 22:58:56 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-03-19 22:58:56 +0300
commite898ae08700eb6caea54ff10a0f8618823c433eb (patch)
treedfe83b89f033ea6796b96af44c498900b66bbd5e /src/PrintMonitor
parente74a94cde886873a1828ebc3ef56bada30a38046 (diff)
Refactoring
Moved accelerometer functions from GCodes3.cpp to Accelerometers.cpp GCodeResult.h and MessageTypes.h are now #included in RepRapFirmware.h
Diffstat (limited to 'src/PrintMonitor')
-rw-r--r--src/PrintMonitor/PrintMonitor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PrintMonitor/PrintMonitor.h b/src/PrintMonitor/PrintMonitor.h
index e4fa7ff6..f1d4c66a 100644
--- a/src/PrintMonitor/PrintMonitor.h
+++ b/src/PrintMonitor/PrintMonitor.h
@@ -21,7 +21,6 @@ Licence: GPL
#define PRINTMONITOR_H
#include <RepRapFirmware.h>
-#include <GCodes/GCodeResult.h>
#include <GCodes/GCodeFileInfo.h>
#include <ObjectModel/ObjectModel.h>