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
1.6.0
Luigi Rizzo 18 years ago
parent 381e3535d4
commit 3fbcdac589

@ -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 <ctype.h>
#include <errno.h>
#include <regex.h>
#include <limits.h>
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"

Loading…
Cancel
Save