0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-07-03 04:10:54 +00:00

Fix some include paths

This commit is contained in:
Scott Lahteine 2019-02-04 03:41:55 -06:00
parent 0d720a6ff4
commit d4d1b28a06
12 changed files with 15 additions and 15 deletions
Marlin/src/module

View file

@ -89,7 +89,7 @@ Stepper stepper; // Singleton
#include "planner.h"
#include "motion.h"
#include "../module/temperature.h"
#include "temperature.h"
#include "../lcd/ultralcd.h"
#include "../core/language.h"
#include "../gcode/queue.h"