aboutsummaryrefslogtreecommitdiffstats
path: root/plc.c
diff options
context:
space:
mode:
Diffstat (limited to 'plc.c')
-rw-r--r--plc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plc.c b/plc.c
index f088aa72e..5761e3bb9 100644
--- a/plc.c
+++ b/plc.c
@@ -29,16 +29,16 @@
* \author Steve Underwood <steveu@coppice.org>
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <limits.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/plc.h"
#if !defined(FALSE)