Move inclusion closer to the usage point

This commit is contained in:
Yuri D'Elia 2021-06-12 15:33:18 +02:00
parent 050cf72e98
commit 6de98f7b0d

View File

@ -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();