bnicholes 2003/09/06 05:03:31
Modified: build nw_export.inc Log: Pull apr_compat.h and apu_compat.h from the export list Revision Changes Path 1.14 +0 -2 apr/build/nw_export.inc Index: nw_export.inc =================================================================== RCS file: /home/cvs/apr/build/nw_export.inc,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- nw_export.inc 25 Aug 2003 18:17:36 -0000 1.13 +++ nw_export.inc 6 Sep 2003 12:03:31 -0000 1.14 @@ -12,7 +12,6 @@ /* Preprocess all of the standard APR headers. */ #include "apr_allocator.h" #include "apr_atomic.h" -#include "apr_compat.h" #include "apr_dso.h" #include "apr_env.h" #include "apr_errno.h" @@ -77,5 +76,4 @@ #include "apr_uuid.h" #include "apr_xlate.h" #include "apr_xml.h" -#include "apu_compat.h" #include "apu_want.h"
