Переглянути джерело

Reduce includes for send_string header (#18952)

Ryan 2 роки тому
батько
коміт
fe00c80211
1 змінених файлів з 7 додано та 3 видалено
  1. 7 3
      quantum/send_string/send_string.c

+ 7 - 3
quantum/send_string/send_string.c

@@ -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"