From befafd4f8d58f81ac9cb0e4ef8dfbda9373787f7 Mon Sep 17 00:00:00 2001 From: Jeevan Date: Fri, 10 Mar 2017 02:46:30 +0530 Subject: tdf#95416 remove ../ in #include headers of sfx2 files Change-Id: I5f3e1a8fe559500aec7ea9e38edaba42dff3f98b Reviewed-on: https://gerrit.libreoffice.org/35028 Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- ucb/source/ucp/webdav/SerfUri.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucb') diff --git a/ucb/source/ucp/webdav/SerfUri.cxx b/ucb/source/ucp/webdav/SerfUri.cxx index 7aec24f61bc0..78cb6da08284 100644 --- a/ucb/source/ucp/webdav/SerfUri.cxx +++ b/ucb/source/ucp/webdav/SerfUri.cxx @@ -25,7 +25,7 @@ #include "DAVException.hxx" #include "AprEnv.hxx" -#include "../inc/urihelper.hxx" +#include "urihelper.hxx" using namespace http_dav_ucp; -- cgit