diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-14 22:52:35 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-17 11:06:53 +0100 |
commit | 6a0fe37dec107392fbe468a35b89071b9a93d2c1 (patch) | |
tree | 4334feae68fa1ddc1ef293cd46ef483f44081c1c /shell/source | |
parent | 30f3b36e07ce37a3fe1909fb4b1419a00d2fdd81 (diff) |
sal: clean up public headers with include-what-you-use
Sadly cannot forward declare "struct {...} TimeValue;".
rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h
was painful enough for now...
Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/backends/macbe/macbackend.mm | 1 | ||||
-rw-r--r-- | shell/source/unix/sysshell/recently_used_file_handler.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/shell/source/backends/macbe/macbackend.mm b/shell/source/backends/macbe/macbackend.mm index 578295b580e9..fb0af6a9bb9e 100644 --- a/shell/source/backends/macbe/macbackend.mm +++ b/shell/source/backends/macbe/macbackend.mm @@ -31,6 +31,7 @@ #include "com/sun/star/beans/Optional.hpp" #include <cppuhelper/supportsservice.hxx> #include "rtl/ustrbuf.hxx" +#include <osl/diagnose.h> #include "osl/file.h" #define SPACE ' ' diff --git a/shell/source/unix/sysshell/recently_used_file_handler.cxx b/shell/source/unix/sysshell/recently_used_file_handler.cxx index a2f7f0c81a3f..84f2eb7c28d0 100644 --- a/shell/source/unix/sysshell/recently_used_file_handler.cxx +++ b/shell/source/unix/sysshell/recently_used_file_handler.cxx @@ -26,6 +26,7 @@ #include "rtl/strbuf.hxx" #include "osl/thread.h" +#include <osl/diagnose.h> #include "recently_used_file.hxx" #include "internal/xml_parser.hxx" |