Shorter paths to HAL, ExtUI (#17156)
This commit is contained in:
		@@ -25,11 +25,11 @@
 | 
			
		||||
#if ENABLED(POWER_LOSS_RECOVERY)
 | 
			
		||||
 | 
			
		||||
#include "../../gcode.h"
 | 
			
		||||
#include "../../../feature/power_loss_recovery.h"
 | 
			
		||||
#include "../../../feature/powerloss.h"
 | 
			
		||||
#include "../../../module/motion.h"
 | 
			
		||||
#include "../../../lcd/ultralcd.h"
 | 
			
		||||
#if ENABLED(EXTENSIBLE_UI)
 | 
			
		||||
  #include "../../../lcd/extensible_ui/ui_api.h"
 | 
			
		||||
  #include "../../../lcd/extui/ui_api.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#define DEBUG_OUT ENABLED(DEBUG_POWER_LOSS_RECOVERY)
 | 
			
		||||
 
 | 
			
		||||
@@ -25,7 +25,7 @@
 | 
			
		||||
#if ENABLED(POWER_LOSS_RECOVERY)
 | 
			
		||||
 | 
			
		||||
#include "../../gcode.h"
 | 
			
		||||
#include "../../../feature/power_loss_recovery.h"
 | 
			
		||||
#include "../../../feature/powerloss.h"
 | 
			
		||||
#include "../../../module/motion.h"
 | 
			
		||||
#include "../../../lcd/ultralcd.h"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user