forked from mirrors/qmk_userspace
		
	Reduce includes for wpm header (#18949)
This commit is contained in:
		
					parent
					
						
							
								1249f74b31
							
						
					
				
			
			
				commit
				
					
						fb96b88842
					
				
			
		
					 2 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
					@ -16,7 +16,9 @@
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "wpm.h"
 | 
					#include "wpm.h"
 | 
				
			||||||
 | 
					#include "timer.h"
 | 
				
			||||||
 | 
					#include "keycode.h"
 | 
				
			||||||
 | 
					#include "quantum_keycodes.h"
 | 
				
			||||||
#include <math.h>
 | 
					#include <math.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// WPM Stuff
 | 
					// WPM Stuff
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -17,7 +17,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "quantum.h"
 | 
					#include <stdbool.h>
 | 
				
			||||||
 | 
					#include <stdint.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef WPM_ESTIMATED_WORD_SIZE
 | 
					#ifndef WPM_ESTIMATED_WORD_SIZE
 | 
				
			||||||
#    define WPM_ESTIMATED_WORD_SIZE 5
 | 
					#    define WPM_ESTIMATED_WORD_SIZE 5
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue