1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Update to a better patch for cosmetic reason.

This commit is contained in:
Maho Nakata 2014-02-05 04:17:27 +00:00
parent 5e8dc6e2ac
commit 74670836b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342631

View File

@ -5,7 +5,7 @@
#define INCLUDED_SERFURI_HXX
-#include <apr-util/apr_uri.h>
+#include <apr-1/apr_uri.h>
+#include <apr_uri.h>
#include <rtl/ustring.hxx>
#include "DAVException.hxx"
@ -16,7 +16,7 @@
#include "AprEnv.hxx"
-#include <apr/apr_strings.h>
+#include <apr-1/apr_strings.h>
+#include <apr_strings.h>
#include "DAVAuthListener.hxx"
#include "SerfTypes.hxx"
@ -28,7 +28,7 @@
#define INCLUDED_SERFTYPES_HXX
-#include <serf/serf.h>
+#include <serf-1/serf.h>
+#include <serf.h>
typedef serf_connection_t SerfConnection;