more header removal/normalization

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89473 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2007-11-21 00:23:49 +00:00
parent b4ab6b5652
commit 04e1e0069f
6 changed files with 9 additions and 44 deletions

View File

@@ -17,19 +17,15 @@
* at the top of the source tree.
*/
#include <stdio.h>
#include "asterisk.h"
#include <popt.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <dirent.h>
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
#include <asterisk/compat.h>
#ifdef SOLARIS
#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
#endif