Update includes for gcode.h => parser.h

This commit is contained in:
Scott Lahteine
2018-03-14 00:57:08 -05:00
parent 00165699e9
commit ccb2a95456
13 changed files with 19 additions and 20 deletions

View File

@@ -21,10 +21,10 @@
*/
/**
* gcode.cpp - Parser for a GCode line, providing a parameter interface.
* parser.cpp - Parser for a GCode line, providing a parameter interface.
*/
#include "gcode.h"
#include "parser.h"
#include "Marlin.h"
#include "language.h"