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/Heating/LocalHeater.h
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/Heating/LocalHeater.h')
-rw-r--r--src/Heating/LocalHeater.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Heating/LocalHeater.h b/src/Heating/LocalHeater.h
index 02fde4f9..040b6ba6 100644
--- a/src/Heating/LocalHeater.h
+++ b/src/Heating/LocalHeater.h
@@ -16,7 +16,6 @@
#include "FOPDT.h"
#include "TemperatureError.h"
#include <Hardware/IoPorts.h>
-#include <GCodes/GCodeResult.h>
class HeaterMonitor;