We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779ec4b commit 432c0b2Copy full SHA for 432c0b2
src/audio/capture/aes67.cpp
@@ -36,18 +36,17 @@
36
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37
*/
38
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
+#include <cstdint> // for uint32_t
+#include <cstdlib> // for free, NULL, malloc
+#include <cstdio> // for printf
+#include <cstring> // for strcmp
43
44
#include <thread>
45
#include <atomic>
46
#include <chrono>
47
#include <string_view>
48
#include <mutex>
49
#include <condition_variable>
50
-#include <queue>
51
52
#include "audio/audio_capture.h" // for AUDIO_CAPTURE_ABI_VERSION, audio_ca...
53
#include "audio/types.h" // for audio_frame
0 commit comments