diff --git a/cdr/cdr_tds.c b/cdr/cdr_tds.c
index a9a5d5c07072b8be4748d357747968dd23ddc7b8..ca19940d8c129a0f6b4a58709706386ae8e80b40 100644
--- a/cdr/cdr_tds.c
+++ b/cdr/cdr_tds.c
@@ -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"