diff options
Diffstat (limited to 'src/include/device/soundwire.h')
-rw-r--r-- | src/include/device/soundwire.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/device/soundwire.h b/src/include/device/soundwire.h index 85e3186219..6f966ae2f4 100644 --- a/src/include/device/soundwire.h +++ b/src/include/device/soundwire.h @@ -16,8 +16,7 @@ #ifndef __DEVICE_SOUNDWIRE_H__ #define __DEVICE_SOUNDWIRE_H__ -#include <stdbool.h> -#include <stdint.h> +#include <types.h> /** * enum soundwire_limits - Limits on number of SoundWire devices in topology. |