summaryrefslogtreecommitdiff
path: root/formats/format_g723.c
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-06-22 18:49:00 +0000
committerJames Golovich <james@gnuinter.net>2004-06-22 18:49:00 +0000
commit8801247d76fb9c55aadfac7d28b6f4d221ba43a9 (patch)
tree49bfb8ee224bea68dce0160baf8bd359d1f1f1b0 /formats/format_g723.c
parent45ee2978cd0f88d0bc4c41666cc6ab3a6c32ded7 (diff)
Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3276 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'formats/format_g723.c')
-rwxr-xr-xformats/format_g723.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/formats/format_g723.c b/formats/format_g723.c
index cf5228f8b..955ce5916 100755
--- a/formats/format_g723.c
+++ b/formats/format_g723.c
@@ -23,7 +23,6 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
-#include <pthread.h>
#include <sys/time.h>
#include "../channels/adtranvofr.h"