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/Fans/Fan.h')
-rw-r--r--src/Fans/Fan.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Fans/Fan.h b/src/Fans/Fan.h
index 1444aa0b..87bcca1b 100644
--- a/src/Fans/Fan.h
+++ b/src/Fans/Fan.h
@@ -8,10 +8,9 @@
#ifndef SRC_FAN_H_
#define SRC_FAN_H_
-#include "RepRapFirmware.h"
+#include <RepRapFirmware.h>
#include <ObjectModel/ObjectModel.h>
-#include "Hardware/IoPorts.h"
-#include "GCodes/GCodeResult.h"
+#include <Hardware/IoPorts.h>
#if SUPPORT_CAN_EXPANSION
# include <CanMessageFormats.h>