spa/bluez: remove unused import fixing Musl builds with lc3

The include defines things like __uint16_t but these are unused here and glibc-specific anyway
This commit is contained in:
Bart Ribbers 2022-11-23 13:45:37 +01:00
parent 0f79014e18
commit c939a9edf7
No known key found for this signature in database
GPG key ID: 0BF4C1B5988C50D8

View file

@ -24,7 +24,6 @@
* DEALINGS IN THE SOFTWARE.
*/
#include <bits/stdint-uintn.h>
#include <string.h>
#include <unistd.h>
#include <stddef.h>