Remove unnecessary includes, formatting tweak

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@249010 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2010-02-26 08:05:36 +00:00
parent 5e9c39468b
commit ab9741edbb
1 changed files with 2 additions and 5 deletions

View File

@ -14,8 +14,8 @@
* at the top of the source tree. * at the top of the source tree.
*/ */
/*! \file /*!
* * \file
* \brief FreeTDS CDR logger * \brief FreeTDS CDR logger
* *
* See also * See also
@ -64,9 +64,6 @@ CREATE TABLE [dbo].[cdr] (
ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <time.h>
#include <math.h>
#include "asterisk/config.h" #include "asterisk/config.h"
#include "asterisk/channel.h" #include "asterisk/channel.h"
#include "asterisk/cdr.h" #include "asterisk/cdr.h"