mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
normalize header order, and add a comment on the need
to clean up this file. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@91930 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,10 +1,18 @@
|
|||||||
|
/*
|
||||||
|
* XXX this file probably need a fair amount of cleanup, at the very least:
|
||||||
|
*
|
||||||
|
* - documenting its purpose;
|
||||||
|
* - removing all unnecessary headers and other stuff from the sources
|
||||||
|
* it was copied from;
|
||||||
|
* - fixing the formatting
|
||||||
|
*/
|
||||||
|
#include "asterisk.h"
|
||||||
|
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
|
||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
#include "asterisk.h"
|
|
||||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||||
|
|
||||||
#include "asterisk/channel.h"
|
#include "asterisk/channel.h"
|
||||||
|
Reference in New Issue
Block a user