apr_atomic.h includes some <asm/*.h> header files that clash
with stdlib.h, so I've moved apr_atomic.h so that it's included
after all the other header files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94734
13f79535-47bb-0310-9956-
ffa450edef68
#include "apr_thread_cond.h"
#include "apr_thread_mutex.h"
#include "apr_proc_mutex.h"
-#include "apr_atomic.h"
#define APR_WANT_STRFUNC
#include "apr_want.h"
#include <signal.h>
#include <limits.h> /* for INT_MAX */
+#include "apr_atomic.h"
+
/* Limit on the total --- clients will be locked out if more servers than
* this are needed. It is intended solely to keep the server from crashing
* when things get out of hand.