aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_wav.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-19 19:41:16 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-19 19:41:16 +0000
commit23b2fc1a197ac047fa8983e6b366239b1d78992a (patch)
treeaefb36e25d56335c0b17e2a90b6f047d579b6861 /formats/format_wav.c
parentf89608896cf48f3825baf9a2590d70b5794f4732 (diff)
format handlers don't need network, lock, channel and scheduler headers
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89427 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats/format_wav.c')
-rw-r--r--formats/format_wav.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/formats/format_wav.c b/formats/format_wav.c
index 7d8ccc30c..46ba4c76a 100644
--- a/formats/format_wav.c
+++ b/formats/format_wav.c
@@ -28,14 +28,7 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <sys/time.h>
-
-#include "asterisk/lock.h"
-#include "asterisk/channel.h"
#include "asterisk/file.h"
-#include "asterisk/sched.h"
#include "asterisk/module.h"
#include "asterisk/endian.h"