Skip to content

Commit 13a2435

Browse files
committed
audio/export: IWYU
1 parent f148a90 commit 13a2435

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

src/audio/export.c

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Martin Pulec <[email protected]>
44
*/
55
/*
6-
* Copyright (c) 2012-2021 CESNET, z. s. p. o.
6+
* Copyright (c) 2012-2025 CESNET, zájmové sdružení právnických osob
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without
@@ -35,21 +35,16 @@
3535
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3636
*/
3737

38-
#ifdef HAVE_CONFIG_H
39-
#include "config.h"
40-
#include "config_unix.h"
41-
#include "config_win32.h"
42-
#endif /* HAVE_CONFIG_H */
43-
38+
#include <assert.h> // for assert
4439
#include <pthread.h>
4540
#include <stdio.h>
4641
#include <stdlib.h>
4742
#include <unistd.h>
43+
#include <string.h> // for memcpy, strdup
4844

49-
#include "audio/audio.h"
45+
#include "audio/types.h" // for audio_desc, audio_frame, AC_PCM
5046
#include "audio/utils.h"
5147
#include "audio/wav_writer.h"
52-
#include "debug.h"
5348
#include "export.h"
5449
#include "utils/misc.h" // ug_strerror
5550
#include "utils/ring_buffer.h"

0 commit comments

Comments
 (0)