[components / drivers]update audio_mic.c

1. delete '#include <rtservice.h>', because rtthread.h had include rtservice.h;
2. delete '#include <rtthread.h>', because rtdevice.h had include rtthread.h.
This commit is contained in:
David Lin 2020-11-21 15:25:27 +08:00 committed by GitHub
parent 9dc0bbb814
commit 626e8537f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@
*/
#include <rthw.h>
#include <rtthread.h>
#include <rtservice.h>
#include <rtdevice.h>
#include "drivers/usb_device.h"