Remove unnecessary includes, formatting tweak

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@249010 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Russell Bryant 15 years ago
parent 5e9c39468b
commit ab9741edbb

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

Loading…
Cancel
Save