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
path: root/src/GPIO
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPIO')
-rw-r--r--src/GPIO/GpInPort.h1
-rw-r--r--src/GPIO/GpOutPort.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/GPIO/GpInPort.h b/src/GPIO/GpInPort.h
index f1e04b65..5ab78eec 100644
--- a/src/GPIO/GpInPort.h
+++ b/src/GPIO/GpInPort.h
@@ -10,7 +10,6 @@
#include <RepRapFirmware.h>
#include <Hardware/IoPorts.h>
-#include <GCodes/GCodeResult.h>
#include <ObjectModel/ObjectModel.h>
#if SUPPORT_CAN_EXPANSION
diff --git a/src/GPIO/GpOutPort.h b/src/GPIO/GpOutPort.h
index b1b19145..087e48f4 100644
--- a/src/GPIO/GpOutPort.h
+++ b/src/GPIO/GpOutPort.h
@@ -10,7 +10,6 @@
#include <RepRapFirmware.h>
#include <Hardware/IoPorts.h>
-#include <GCodes/GCodeResult.h>
#include <ObjectModel/ObjectModel.h>
class CanMessageGenericParser;