From c0b1e88e8a9bd0dadf3b1302fd407de89fe51138 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 6 Jun 2005 22:39:32 +0000 Subject: the last round of file version tags git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5867 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_getcpeid.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'apps/app_getcpeid.c') diff --git a/apps/app_getcpeid.c b/apps/app_getcpeid.c index 2095498e6..1c0277489 100755 --- a/apps/app_getcpeid.c +++ b/apps/app_getcpeid.c @@ -11,6 +11,14 @@ * the GNU General Public License */ +#include +#include +#include + +#include "asterisk.h" + +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + #include "asterisk/lock.h" #include "asterisk/file.h" #include "asterisk/logger.h" @@ -19,10 +27,6 @@ #include "asterisk/module.h" #include "asterisk/adsi.h" #include "asterisk/options.h" -#include -#include -#include -#include static char *tdesc = "Get ADSI CPE ID"; -- cgit v1.2.3