aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_csv.c
diff options
context:
space:
mode:
Diffstat (limited to 'cdr/cdr_csv.c')
-rw-r--r--cdr/cdr_csv.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cdr/cdr_csv.c b/cdr/cdr_csv.c
index 9150e5773..c02cdfe71 100644
--- a/cdr/cdr_csv.c
+++ b/cdr/cdr_csv.c
@@ -28,6 +28,10 @@
* \ingroup cdr_drivers
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
@@ -37,10 +41,6 @@
#include <unistd.h>
#include <time.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/config.h"
#include "asterisk/channel.h"
#include "asterisk/cdr.h"