remove some unnecessary includes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89542 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2007-11-24 13:48:48 +00:00
parent b0d8378910
commit 49c0eaf803
3 changed files with 2 additions and 13 deletions

View File

@@ -27,11 +27,9 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <sys/time.h>
#include <signal.h>
#include <dirent.h>
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#include <sys/file.h>
#endif
#include <regex.h>
#include "asterisk/paths.h" /* use ast_config_AST_DATA_DIR */