diff options
Diffstat (limited to 'ucb/source/ucp/webdav-curl/webdavdatasupplier.cxx')
-rw-r--r-- | ucb/source/ucp/webdav-curl/webdavdatasupplier.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav-curl/webdavdatasupplier.cxx b/ucb/source/ucp/webdav-curl/webdavdatasupplier.cxx index c5a008af8409..b129872a78b3 100644 --- a/ucb/source/ucp/webdav-curl/webdavdatasupplier.cxx +++ b/ucb/source/ucp/webdav-curl/webdavdatasupplier.cxx @@ -32,7 +32,7 @@ #include "CurlUri.hxx" #include <com/sun/star/ucb/IllegalIdentifierException.hpp> #include <com/sun/star/ucb/ResultSetException.hpp> -#include <tools/diagnose_ex.h> +#include <comphelper/diagnose_ex.hxx> using namespace com::sun::star; using namespace http_dav_ucp; |