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_striplsd.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'apps/app_striplsd.c') diff --git a/apps/app_striplsd.c b/apps/app_striplsd.c index cc23309ab..0e94e56c6 100755 --- a/apps/app_striplsd.c +++ b/apps/app_striplsd.c @@ -11,17 +11,21 @@ * the GNU General Public License */ +#include +#include +#include #include + +#include "asterisk.h" + +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + #include "asterisk/file.h" #include "asterisk/logger.h" #include "asterisk/channel.h" #include "asterisk/pbx.h" #include "asterisk/module.h" #include "asterisk/lock.h" -#include -#include -#include -#include static char *tdesc = "Strip trailing digits"; -- cgit v1.2.3