aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-22 18:49:00 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-22 18:49:00 +0000
commit00b34f3e0a4c193bfbe44de48b1bccebdf14c150 (patch)
tree49bfb8ee224bea68dce0160baf8bd359d1f1f1b0 /pbx
parent42e760fa03b8922686c13c3fc04b11b08521c6c2 (diff)
Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3276 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rwxr-xr-xpbx/pbx_kdeconsole_main.cc2
-rwxr-xr-xpbx/pbx_spool.c1
-rwxr-xr-xpbx/pbx_wilcalu.c1
3 files changed, 1 insertions, 3 deletions
diff --git a/pbx/pbx_kdeconsole_main.cc b/pbx/pbx_kdeconsole_main.cc
index 4ca3da5dd..9f43ee88f 100755
--- a/pbx/pbx_kdeconsole_main.cc
+++ b/pbx/pbx_kdeconsole_main.cc
@@ -14,7 +14,7 @@
#include <asterisk/module.h>
#include <asterisk/channel.h>
#include <asterisk/logger.h>
-#include <pthread.h>
+#include <asterisk/lock.h>
#include "pbx_kdeconsole.h"
static char *dtext = "KDE Console Monitor";
diff --git a/pbx/pbx_spool.c b/pbx/pbx_spool.c
index b2a90c68b..eb3dd2bcb 100755
--- a/pbx/pbx_spool.c
+++ b/pbx/pbx_spool.c
@@ -19,7 +19,6 @@
#include <asterisk/module.h>
#include <asterisk/options.h>
#include <asterisk/utils.h>
-#include <pthread.h>
#include <sys/stat.h>
#include <errno.h>
#include <time.h>
diff --git a/pbx/pbx_wilcalu.c b/pbx/pbx_wilcalu.c
index c58795089..4f6fa8a38 100755
--- a/pbx/pbx_wilcalu.c
+++ b/pbx/pbx_wilcalu.c
@@ -28,7 +28,6 @@
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
-#include <pthread.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>