[asterisk-commits] russell: trunk r249010 - /trunk/cdr/cdr_tds.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Feb 26 02:05:40 CST 2010
Author: russell
Date: Fri Feb 26 02:05:36 2010
New Revision: 249010
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=249010
Log:
Remove unnecessary includes, formatting tweak
Modified:
trunk/cdr/cdr_tds.c
Modified: trunk/cdr/cdr_tds.c
URL: http://svnview.digium.com/svn/asterisk/trunk/cdr/cdr_tds.c?view=diff&rev=249010&r1=249009&r2=249010
==============================================================================
--- trunk/cdr/cdr_tds.c (original)
+++ trunk/cdr/cdr_tds.c Fri Feb 26 02:05:36 2010
@@ -14,8 +14,8 @@
* at the top of the source tree.
*/
-/*! \file
- *
+/*!
+ * \file
* \brief FreeTDS CDR logger
*
* See also
@@ -64,9 +64,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <time.h>
-#include <math.h>
-
#include "asterisk/config.h"
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
More information about the asterisk-commits
mailing list