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/Heating/Sensors/TemperatureSensor.h')
-rw-r--r--src/Heating/Sensors/TemperatureSensor.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Heating/Sensors/TemperatureSensor.h b/src/Heating/Sensors/TemperatureSensor.h
index 96c59e6c..cebbeed4 100644
--- a/src/Heating/Sensors/TemperatureSensor.h
+++ b/src/Heating/Sensors/TemperatureSensor.h
@@ -1,10 +1,9 @@
#ifndef TEMPERATURESENSOR_H
#define TEMPERATURESENSOR_H
-#include "RepRapFirmware.h"
-#include "Heating/TemperatureError.h" // for result codes
-#include "Hardware/IoPorts.h"
-#include "GCodes/GCodeResult.h"
+#include <RepRapFirmware.h>
+#include <Heating/TemperatureError.h> // for result codes
+#include <Hardware/IoPorts.h>
#include <ObjectModel/ObjectModel.h>
class GCodeBuffer;