mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-18 18:46:16 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user