diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-05-23 16:41:10 +0200 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-07-20 10:20:31 +0200 |
commit | e1a351ca191367ed74282a66e53658af66d6e54d (patch) | |
tree | 27262ad6d1f88fdd9816266a4b45ada513cceb2f /comphelper/source | |
parent | ec758dbfccc9856eacae8db08f5bf9333b9d69dc (diff) |
Remove now unneeded osl/diagnose.h
followup to commit 57c228803e55ed343c6693de7d0857ad7d3cd9e3
Change-Id: Iebfb23bb65e2bf898bf27f367cc9641f47a14cf3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167998
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Tested-by: Jenkins
Diffstat (limited to 'comphelper/source')
-rw-r--r-- | comphelper/source/officeinstdir/officeinstallationdirectories.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comphelper/source/officeinstdir/officeinstallationdirectories.cxx b/comphelper/source/officeinstdir/officeinstallationdirectories.cxx index 252ba2d5231e..72ef00e82f0b 100644 --- a/comphelper/source/officeinstdir/officeinstallationdirectories.cxx +++ b/comphelper/source/officeinstdir/officeinstallationdirectories.cxx @@ -27,6 +27,7 @@ *************************************************************************/ +#include <osl/diagnose.h> #include <osl/file.hxx> #include <com/sun/star/util/theMacroExpander.hpp> #include <comphelper/fileurl.hxx> |