blob: a024043951e8d822dfc3b1cf8c348e93216b6f6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- wavegain.c.orig 2025-06-08 11:08:36 UTC
+++ wavegain.c
@@ -34,15 +34,6 @@
#include <time.h>
#include <ctype.h>
-#ifdef _WIN32
-#include <io.h>
-#include <process.h>
-#else
-# ifndef __MACOSX__
-# include <sys/io.h>
-# endif
-#endif
-
#include <fcntl.h>
#ifndef __MACOSX__
|