diff options
author | Jeevan <suryamaddu@yahoo.in> | 2017-03-10 02:46:30 +0530 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-03-13 18:54:37 +0000 |
commit | befafd4f8d58f81ac9cb0e4ef8dfbda9373787f7 (patch) | |
tree | 932cbc5ca237d96548dfa6d0c891ca4e85b1a37a /ucb | |
parent | c0b4bd7409c86addc7971d7810176150c36fbf24 (diff) |
tdf#95416 remove ../ in #include headers of sfx2 files
Change-Id: I5f3e1a8fe559500aec7ea9e38edaba42dff3f98b
Reviewed-on: https://gerrit.libreoffice.org/35028
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/SerfUri.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |