audio_capture.c: Remove config_{unix,win32} includes

This commit is contained in:
Martin Piatka
2026-02-20 14:09:29 +01:00
parent 1bcc27a4a9
commit aaf529ccfa

View File

@@ -35,12 +35,6 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "config_unix.h"
#include "config_win32.h"
#endif
#include <assert.h>
#include <stdio.h>
#include <string.h>