From ce82015d5f0743c0c87494e91e659ab3e553a9fd Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Tue, 9 Oct 2018 17:24:46 -0500
Subject: [PATCH] Fix include in G80

---
 Marlin/src/gcode/motion/G80.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/src/gcode/motion/G80.cpp b/Marlin/src/gcode/motion/G80.cpp
index 8ed3eb1c54..e51bf1e8cb 100644
--- a/Marlin/src/gcode/motion/G80.cpp
+++ b/Marlin/src/gcode/motion/G80.cpp
@@ -24,7 +24,7 @@
 
 #if ENABLED(GCODE_MOTION_MODES)
 
-#include "../parser.h"
+#include "../gcode.h"
 
 /**
  * G80: Cancel current motion mode