Move some includes around to uncover missing deps
This commit is contained in:
parent
cebeb48005
commit
b73203a0b7
11 changed files with 21 additions and 12 deletions
|
|
@ -27,10 +27,11 @@
|
|||
#ifndef TEMPERATURE_H
|
||||
#define TEMPERATURE_H
|
||||
|
||||
#include "Marlin.h"
|
||||
#include "planner.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#include "MarlinConfig.h"
|
||||
|
||||
#if ENABLED(PID_EXTRUSION_SCALING)
|
||||
#include "stepper.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue