remove un-needed stuff from tree.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8319 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2008-05-08 22:14:31 +00:00
parent c738d0b3d8
commit d7e5d673d0
277 changed files with 461 additions and 154356 deletions

View File

@@ -20,10 +20,11 @@
*/
#include "apr.h"
#include "apr_uuid.h"
#include "apr_md5.h"
#include "apr_general.h"
#include "apr_portable.h"
#if !APR_HAS_RANDOM
#include "apr_md5.h"
#endif
#if APR_HAVE_UNISTD_H
#include <unistd.h> /* for getpid, gethostname */