summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-06-22 19:32:52 +0000
committerJames Golovich <james@gnuinter.net>2004-06-22 19:32:52 +0000
commitf5c18f62a1a06fe68eec8c060d7c4979efb331bb (patch)
tree9eaa509f6874213ae6ecfe65c25fa7b87215ee4b /apps/app_queue.c
parent8801247d76fb9c55aadfac7d28b6f4d221ba43a9 (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@3277 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_queue.c')
-rwxr-xr-xapps/app_queue.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index e36bbda8e..c9e3ee998 100755
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -55,8 +55,6 @@
#include "../astconf.h"
-#include <pthread.h>
-
#define QUEUE_STRATEGY_RINGALL 0
#define QUEUE_STRATEGY_ROUNDROBIN 1
#define QUEUE_STRATEGY_LEASTRECENT 2