summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rwxr-xr-xinclude/asterisk/channel.h1
-rwxr-xr-xinclude/asterisk/linkedlists.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 758670f28..e4421c1b1 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -19,7 +19,6 @@
#include <asterisk/chanvars.h>
#include <unistd.h>
#include <setjmp.h>
-#include <pthread.h>
#include <sys/poll.h>
#if defined(__cplusplus) || defined(c_plusplus)
diff --git a/include/asterisk/linkedlists.h b/include/asterisk/linkedlists.h
index b752b3adb..6fd778792 100755
--- a/include/asterisk/linkedlists.h
+++ b/include/asterisk/linkedlists.h
@@ -1,7 +1,6 @@
#ifndef ASTERISK_LINKEDLISTS_H
#define ASTERISK_LINKEDLISTS_H
-#include <pthread.h>
#include <asterisk/lock.h>
#define AST_LIST_LOCK(head) \