PineTimeStyle: remove include and add forward declare
Remove unused `ScreenList.h` include and add a forward declaration for the `MotionController` class.
This commit is contained in:
		
							parent
							
								
									ec437b1c66
								
							
						
					
					
						commit
						4b7f2546bd
					
				@ -5,7 +5,6 @@
 | 
			
		||||
#include <cstdint>
 | 
			
		||||
#include <memory>
 | 
			
		||||
#include "displayapp/screens/Screen.h"
 | 
			
		||||
#include "displayapp/screens/ScreenList.h"
 | 
			
		||||
#include "components/datetime/DateTimeController.h"
 | 
			
		||||
 | 
			
		||||
namespace Pinetime {
 | 
			
		||||
@ -15,6 +14,7 @@ namespace Pinetime {
 | 
			
		||||
    class Ble;
 | 
			
		||||
    class NotificationManager;
 | 
			
		||||
    class HeartRateController;
 | 
			
		||||
    class MotionController;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  namespace Applications {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user