Skip to content

Commit

Permalink
Reduce includes for send_string header (qmk#18952)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and ramonimbao committed Nov 28, 2022
1 parent 214b492 commit 33fe601
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions quantum/send_string/send_string.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include <ctype.h>
#include "send_string.h"

#include "quantum.h"
#include <ctype.h>
#include <stdlib.h>

#include "send_string.h"
#include "quantum_keycodes.h"
#include "keycode.h"
#include "action.h"
#include "wait.h"

#if defined(AUDIO_ENABLE) && defined(SENDSTRING_BELL)
# include "audio.h"
Expand Down

0 comments on commit 33fe601

Please sign in to comment.