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
This commit is contained in:
James Golovich
2004-06-22 18:49:00 +00:00
parent 45ee2978cd
commit 8801247d76
67 changed files with 20 additions and 72 deletions

View File

@@ -22,10 +22,10 @@
#include <asterisk/md5.h>
#include <asterisk/cli.h>
#include <asterisk/io.h>
#include <asterisk/lock.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <stdio.h>
#include <pthread.h>
#include <dirent.h>
#include <string.h>
#include <errno.h>