mirror of
https://github.com/apache/httpd.git
synced 2025-08-03 16:33:59 +00:00
Move all APR functions related to strings to their own directory, and
create a new header for those functions. This is the first step to removing the apr/lib directory completely, and moving those files/functions to descriptive directories. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -64,6 +64,7 @@
|
||||
#include "http_protocol.h"
|
||||
#include "http_log.h"
|
||||
#include "http_core.h"
|
||||
#include "apr_strings.h"
|
||||
|
||||
#include "util_xml.h"
|
||||
|
||||
|
Reference in New Issue
Block a user