diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-06 23:21:01 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-06 23:55:50 +0100 |
commit | 5845c5b6ec04cff9239716ee9cadfa3708e551c0 (patch) | |
tree | 8dbda17b569d07856300e5c5fc3cd035c146117e /embeddedobj/test | |
parent | 259e51677bde56dbfc45e41b28ae3bdfd08a0e82 (diff) |
Removed unnecessary tools/link.hxx includes.
Diffstat (limited to 'embeddedobj/test')
-rw-r--r-- | embeddedobj/test/mtexecutor/bitmapcreator.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embeddedobj/test/mtexecutor/bitmapcreator.hxx b/embeddedobj/test/mtexecutor/bitmapcreator.hxx index 207bc0977ec6..c79b9cc8e6c5 100644 --- a/embeddedobj/test/mtexecutor/bitmapcreator.hxx +++ b/embeddedobj/test/mtexecutor/bitmapcreator.hxx @@ -36,8 +36,6 @@ #include <cppuhelper/implbase2.hxx> -#include <tools/link.hxx> - class VCLBitmapCreator : public ::cppu::WeakImplHelper2< ::com::sun::star::lang::XSingleServiceFactory, ::com::sun::star::lang::XServiceInfo > |