diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:55:25 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:55:25 +0200 |
commit | 715dd21d0d06f93c0222453afc13e2c28fd35afe (patch) | |
tree | dd03cf2f67501f493576cd747e181358ef95d855 | |
parent | 4d81776246a8343ad6eb0d4a56ae866a977ddec8 (diff) |
more removed include guards using fixguard.py
-rw-r--r-- | testtools/source/bridgetest/currentcontextchecker.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testtools/source/bridgetest/currentcontextchecker.hxx b/testtools/source/bridgetest/currentcontextchecker.hxx index 43fcdab2e..a8f0cd48d 100644 --- a/testtools/source/bridgetest/currentcontextchecker.hxx +++ b/testtools/source/bridgetest/currentcontextchecker.hxx @@ -32,9 +32,7 @@ #include "com/sun/star/uno/Reference.hxx" #include "com/sun/star/uno/RuntimeException.hpp" #include "cppuhelper/implbase1.hxx" -#ifndef OSL_DIAGNOSE_HXX_INCLUDED #include "osl/diagnose.hxx" -#endif #include "sal/types.h" #include "test/testtools/bridgetest/XCurrentContextChecker.hpp" |