diff options
Diffstat (limited to 'shell/source/win32/simplemail')
-rw-r--r-- | shell/source/win32/simplemail/smplmailentry.cxx | 1 | ||||
-rw-r--r-- | shell/source/win32/simplemail/smplmailmsg.cxx | 1 | ||||
-rw-r--r-- | shell/source/win32/simplemail/smplmailsuppl.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/shell/source/win32/simplemail/smplmailentry.cxx b/shell/source/win32/simplemail/smplmailentry.cxx index 752102f36908..25aaeb1d5f75 100644 --- a/shell/source/win32/simplemail/smplmailentry.cxx +++ b/shell/source/win32/simplemail/smplmailentry.cxx @@ -19,7 +19,6 @@ #include <cppuhelper/factory.hxx> #include <com/sun/star/container/XSet.hpp> -#include <osl/diagnose.h> #include "smplmailsuppl.hxx" using namespace ::com::sun::star::uno; diff --git a/shell/source/win32/simplemail/smplmailmsg.cxx b/shell/source/win32/simplemail/smplmailmsg.cxx index 19b8dd695652..63b17216cf0f 100644 --- a/shell/source/win32/simplemail/smplmailmsg.cxx +++ b/shell/source/win32/simplemail/smplmailmsg.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <osl/diagnose.h> #include <osl/file.h> #include "smplmailmsg.hxx" diff --git a/shell/source/win32/simplemail/smplmailsuppl.cxx b/shell/source/win32/simplemail/smplmailsuppl.cxx index e6599fd17f5e..0ade1644f1ea 100644 --- a/shell/source/win32/simplemail/smplmailsuppl.cxx +++ b/shell/source/win32/simplemail/smplmailsuppl.cxx @@ -18,7 +18,6 @@ */ #include <cppuhelper/supportsservice.hxx> -#include <osl/diagnose.h> #include "smplmailsuppl.hxx" #include "smplmailclient.hxx" |