]> granicus.if.org Git - apache/commitdiff
Remove unnecessary includes of apr_lock.h
authorAaron Bannert <aaron@apache.org>
Tue, 9 Apr 2002 06:48:31 +0000 (06:48 +0000)
committerAaron Bannert <aaron@apache.org>
Tue, 9 Apr 2002 06:48:31 +0000 (06:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94566 13f79535-47bb-0310-9956-ffa450edef68

server/listen.c
server/mpm_common.c

index 7f0c32c048cf0317489f3d56786d2c582577cede..9e3701a5b0d0a8cb3a4952f033ac7536af0fa7a3 100644 (file)
@@ -58,7 +58,6 @@
 
 #include "apr_network_io.h"
 #include "apr_strings.h"
-#include "apr_lock.h"
 
 #define APR_WANT_STRFUNC
 #include "apr_want.h"
index d0738dc9c5b5db36eb97045cb2467ffb2ae3e5c0..f1f98f9bbc56929dbb1d9dc04769240392602ff9 100644 (file)
@@ -71,7 +71,6 @@
 #include "apr_thread_proc.h"
 #include "apr_signal.h"
 #include "apr_strings.h"
-#include "apr_lock.h"
 #define APR_WANT_STRFUNC
 #include "apr_want.h"