Remove unneeded includes from fsensor
This commit is contained in:
parent
c50b1c0351
commit
b4bf79297f
2 changed files with 0 additions and 5 deletions
Firmware
|
@ -6,12 +6,9 @@
|
|||
#include <avr/pgmspace.h>
|
||||
#include "pat9125.h"
|
||||
#include "stepper.h"
|
||||
#include "planner.h"
|
||||
#include "fastio.h"
|
||||
#include "io_atmega2560.h"
|
||||
#include "cmdqueue.h"
|
||||
#include "ultralcd.h"
|
||||
#include "ConfigurationStore.h"
|
||||
#include "mmu.h"
|
||||
#include "cardreader.h"
|
||||
|
||||
|
|
|
@ -56,8 +56,6 @@ extern void fsensor_oq_meassure_stop(void);
|
|||
extern bool fsensor_oq_result(void);
|
||||
//! @}
|
||||
|
||||
|
||||
#include "planner.h"
|
||||
//! @name callbacks from stepper
|
||||
//! @{
|
||||
extern void fsensor_st_block_begin(bool rev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue