~ruther/qmk_firmware

fb96b88842f4481df8942768f43813b489ca5c3a — Joel Challis 2 years ago 1249f74
Reduce includes for wpm header (#18949)

2 files changed, 5 insertions(+), 2 deletions(-)

M quantum/wpm.c
M quantum/wpm.h
M quantum/wpm.c => quantum/wpm.c +3 -1
@@ 16,7 16,9 @@
 */

#include "wpm.h"

#include "timer.h"
#include "keycode.h"
#include "quantum_keycodes.h"
#include <math.h>

// WPM Stuff

M quantum/wpm.h => quantum/wpm.h +2 -1
@@ 17,7 17,8 @@

#pragma once

#include "quantum.h"
#include <stdbool.h>
#include <stdint.h>

#ifndef WPM_ESTIMATED_WORD_SIZE
#    define WPM_ESTIMATED_WORD_SIZE 5