Normalise include statements in keyboard code (#11185)
This commit is contained in:
		
							parent
							
								
									37fb14f1b5
								
							
						
					
					
						commit
						9366ed7282
					
				
					 81 changed files with 108 additions and 291 deletions
				
			
		| 
						 | 
				
			
			@ -17,12 +17,12 @@
 | 
			
		|||
#include QMK_KEYBOARD_H
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#ifdef CONSOLE_ENABLE
 | 
			
		||||
  #include <print.h>
 | 
			
		||||
  #include "print.h"
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef SSD1306OLED
 | 
			
		||||
  #include "ssd1306.h"
 | 
			
		||||
#endif
 | 
			
		||||
#include "string.h"
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include "layer_number.h"
 | 
			
		||||
 | 
			
		||||
extern int current_default_layer;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue