we don't want to include assert.h anymore
authorLennart Poettering <lennart@poettering.net>
Mon, 29 Oct 2007 20:32:53 +0000 (20:32 +0000)
committerLennart Poettering <lennart@poettering.net>
Mon, 29 Oct 2007 20:32:53 +0000 (20:32 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1986 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/modules/module-jack-sink.c
src/modules/module-solaris.c
src/modules/module-waveout.c
src/pulsecore/inet_ntop.c
src/pulsecore/inet_pton.c

index 5019d65..2cf8a58 100644 (file)
@@ -28,7 +28,6 @@
 #include <stdlib.h>
 #include <sys/stat.h>
 #include <stdio.h>
-#include <assert.h>
 #include <errno.h>
 #include <string.h>
 #include <fcntl.h>
index a8a9471..4a5c88e 100644 (file)
@@ -28,7 +28,6 @@
 
 #include <stdlib.h>
 #include <stdio.h>
-#include <assert.h>
 #include <errno.h>
 #include <string.h>
 #include <fcntl.h>
index ad3645f..f8bae02 100644 (file)
@@ -28,7 +28,6 @@
 
 #include <windows.h>
 #include <mmsystem.h>
-#include <assert.h>
 
 #include <pulse/mainloop-api.h>
 
index 041bc09..4a4f7aa 100644 (file)
@@ -27,7 +27,6 @@
 
 #include <stdio.h>
 #include <errno.h>
-#include <assert.h>
 
 #ifndef HAVE_INET_NTOP
 
index 7272e45..84d0c0e 100644 (file)
@@ -27,7 +27,6 @@
 
 #include <stdio.h>
 #include <errno.h>
-#include <assert.h>
 
 #ifndef HAVE_INET_PTON