Changed gcode_parser.h to code.h in anticipation of moving Gcode state into it.

This commit is contained in:
Alden Hart
2016-12-09 13:49:57 -05:00
parent d46998c1fd
commit c82acb9fa7
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
#include "controller.h"
#include "json_parser.h"
#include "text_parser.h"
#include "gcode_parser.h"
#include "gcode.h"
#include "canonical_machine.h"
#include "plan_arc.h"
#include "planner.h"