forked from mirrors/qmk_firmware
Reduce includes for send_string header (#18952)
This commit is contained in:
parent
a69ab05dd6
commit
fe00c80211
1 changed files with 8 additions and 4 deletions
|
@ -14,12 +14,16 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <ctype.h>
|
|
||||||
|
|
||||||
#include "quantum.h"
|
|
||||||
|
|
||||||
#include "send_string.h"
|
#include "send_string.h"
|
||||||
|
|
||||||
|
#include <ctype.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
#include "quantum_keycodes.h"
|
||||||
|
#include "keycode.h"
|
||||||
|
#include "action.h"
|
||||||
|
#include "wait.h"
|
||||||
|
|
||||||
#if defined(AUDIO_ENABLE) && defined(SENDSTRING_BELL)
|
#if defined(AUDIO_ENABLE) && defined(SENDSTRING_BELL)
|
||||||
# include "audio.h"
|
# include "audio.h"
|
||||||
# ifndef BELL_SOUND
|
# ifndef BELL_SOUND
|
||||||
|
|
Loading…
Reference in a new issue