Re-order header files in suexec.c. This adds apr.h, which is required

to get the apr macros.  Other than that, it is just for clarity.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Bloom
2002-09-28 00:26:27 +00:00
parent 4139630b70
commit 45e54694c8

View File

@ -68,7 +68,10 @@
*
*/
#include "apr.h"
#include "ap_config.h"
#include "suexec.h"
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/types.h>
@ -82,8 +85,6 @@
#include <stdarg.h>
#include <stdlib.h>
#include "suexec.h"
#ifdef HAVE_PWD_H
#include <pwd.h>
#endif