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

@@ -27,7 +27,6 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <pthread.h>
#ifdef __linux__
#include <endian.h>
#else