diff options
Diffstat (limited to 'src/modules/module-esound-sink.c')
-rw-r--r-- | src/modules/module-esound-sink.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/module-esound-sink.c b/src/modules/module-esound-sink.c index 5a1391d71..d79054f81 100644 --- a/src/modules/module-esound-sink.c +++ b/src/modules/module-esound-sink.c @@ -24,13 +24,10 @@ #endif #include <stdlib.h> -#include <sys/stat.h> #include <stdio.h> #include <errno.h> #include <string.h> -#include <fcntl.h> #include <unistd.h> -#include <limits.h> #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> @@ -57,7 +54,6 @@ #include <pulsecore/iochannel.h> #include <pulsecore/sink.h> #include <pulsecore/module.h> -#include <pulsecore/core-rtclock.h> #include <pulsecore/core-util.h> #include <pulsecore/modargs.h> #include <pulsecore/log.h> |