Move inclusion closer to the usage point
This commit is contained in:
parent
050cf72e98
commit
6de98f7b0d
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,6 @@
|
|||
//#include "Configuration.h"
|
||||
#include "cmdqueue.h"
|
||||
|
||||
#include "xflash_dump.h"
|
||||
|
||||
#ifdef FILAMENT_SENSOR
|
||||
#include "pat9125.h"
|
||||
#include "fsensor.h"
|
||||
|
@ -1804,6 +1802,8 @@ static void lcd_preheat_menu()
|
|||
|
||||
|
||||
#ifdef MENU_DUMP
|
||||
#include "xflash_dump.h"
|
||||
|
||||
static void lcd_dump_memory()
|
||||
{
|
||||
lcd_beeper_quick_feedback();
|
||||
|
|
Loading…
Reference in a new issue