aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-18 02:42:44 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-18 02:42:44 +0000
commitdf05c7a01a232197eedc5b6667d3fbb6ce43130a (patch)
treef9a8dfa7e96fbc81ffff19802eb1f7898655988e
parent8b9bfa2c8fa03ceb56e2a9b3e43610f3312b90ca (diff)
minor cleanups
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@93493 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_unistim.c3
-rw-r--r--include/asterisk/threadstorage.h2
2 files changed, 0 insertions, 5 deletions
diff --git a/channels/chan_unistim.c b/channels/chan_unistim.c
index 1ee208abb..37758b50d 100644
--- a/channels/chan_unistim.c
+++ b/channels/chan_unistim.c
@@ -32,9 +32,6 @@
* \ingroup channel_drivers
*/
-/*** MODULEINFO
- ***/
-
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/include/asterisk/threadstorage.h b/include/asterisk/threadstorage.h
index a9f075ba2..5e6b3c348 100644
--- a/include/asterisk/threadstorage.h
+++ b/include/asterisk/threadstorage.h
@@ -47,8 +47,6 @@
#ifndef ASTERISK_THREADSTORAGE_H
#define ASTERISK_THREADSTORAGE_H
-#include <pthread.h>
-
#include "asterisk/utils.h"
#include "asterisk/inline_api.h"