From: Kevin P. Fleming Date: Tue, 18 Dec 2007 02:42:44 +0000 (+0000) Subject: minor cleanups X-Git-Tag: 1.6.0-beta1~3^2~381 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98307c16ed80c516ffc49c259fe6e26c2c668e74;p=thirdparty%2Fasterisk.git minor cleanups git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93493 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_unistim.c b/channels/chan_unistim.c index 1ee208abb1..37758b50d8 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 a9f075ba27..5e6b3c3481 100644 --- a/include/asterisk/threadstorage.h +++ b/include/asterisk/threadstorage.h @@ -47,8 +47,6 @@ #ifndef ASTERISK_THREADSTORAGE_H #define ASTERISK_THREADSTORAGE_H -#include - #include "asterisk/utils.h" #include "asterisk/inline_api.h"