diff options
Diffstat (limited to 'src/pulse')
-rw-r--r-- | src/pulse/glib-mainloop.c | 2 | ||||
-rw-r--r-- | src/pulse/subscribe.c | 1 | ||||
-rw-r--r-- | src/pulse/util.c | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/src/pulse/glib-mainloop.c b/src/pulse/glib-mainloop.c index 5b399aa2..b7a7537a 100644 --- a/src/pulse/glib-mainloop.c +++ b/src/pulse/glib-mainloop.c @@ -25,8 +25,6 @@ #include <config.h> #endif -#include <assert.h> - #include <pulse/xmalloc.h> #include <pulse/timeval.h> diff --git a/src/pulse/subscribe.c b/src/pulse/subscribe.c index 31b76369..580038cc 100644 --- a/src/pulse/subscribe.c +++ b/src/pulse/subscribe.c @@ -25,7 +25,6 @@ #include <config.h> #endif -#include <assert.h> #include <stdio.h> #include <pulsecore/gccmacro.h> diff --git a/src/pulse/util.c b/src/pulse/util.c index 32f4137f..a5f0e8e2 100644 --- a/src/pulse/util.c +++ b/src/pulse/util.c @@ -26,7 +26,6 @@ #include <config.h> #endif -#include <assert.h> #include <errno.h> #include <limits.h> #include <stdio.h> |