aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'cdr/cdr_manager.c')
-rw-r--r--cdr/cdr_manager.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cdr/cdr_manager.c b/cdr/cdr_manager.c
index c24130df7..1e1db4890 100644
--- a/cdr/cdr_manager.c
+++ b/cdr/cdr_manager.c
@@ -25,15 +25,15 @@
* \ingroup cdr_drivers
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <sys/types.h>
#include <strings.h>
#include <unistd.h>
#include <time.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
#include "asterisk/module.h"