Skip to content

Commit 432c0b2

Browse files
committed
acap/aes67: Remove unused include
1 parent 779ec4b commit 432c0b2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/audio/capture/aes67.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,17 @@
3636
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3737
*/
3838

39-
#include <stdint.h> // for uint32_t
40-
#include <stdlib.h> // for free, NULL, malloc
41-
#include <stdio.h> // for printf
42-
#include <string.h> // for strcmp
39+
#include <cstdint> // for uint32_t
40+
#include <cstdlib> // for free, NULL, malloc
41+
#include <cstdio> // for printf
42+
#include <cstring> // for strcmp
4343

4444
#include <thread>
4545
#include <atomic>
4646
#include <chrono>
4747
#include <string_view>
4848
#include <mutex>
4949
#include <condition_variable>
50-
#include <queue>
5150

5251
#include "audio/audio_capture.h" // for AUDIO_CAPTURE_ABI_VERSION, audio_ca...
5352
#include "audio/types.h" // for audio_frame

0 commit comments

Comments
 (0)