minor cleanups

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93493 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2007-12-18 02:42:44 +00:00
parent 535705ca86
commit 98307c16ed
2 changed files with 0 additions and 5 deletions

View File

@@ -32,9 +32,6 @@
* \ingroup channel_drivers
*/
/*** MODULEINFO
***/
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")

View File

@@ -47,8 +47,6 @@
#ifndef ASTERISK_THREADSTORAGE_H
#define ASTERISK_THREADSTORAGE_H
#include <pthread.h>
#include "asterisk/utils.h"
#include "asterisk/inline_api.h"