diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 10:51:20 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 19:58:43 +0100 |
commit | 30a8393e50fa6bee7ba30d2b181d93072142ffc8 (patch) | |
tree | 52885ab5bcaf389ca501503ee65088abafc829d7 /sal/qa/osl/mutex | |
parent | 969bc2e5befd960ec98220bc60c481bffa73cc76 (diff) |
Removing the ext_std masterpiece
Diffstat (limited to 'sal/qa/osl/mutex')
-rw-r--r-- | sal/qa/osl/mutex/osl_Mutex.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sal/qa/osl/mutex/osl_Mutex.cxx b/sal/qa/osl/mutex/osl_Mutex.cxx index 607287f6958a..8c7ef86de94b 100644 --- a/sal/qa/osl/mutex/osl_Mutex.cxx +++ b/sal/qa/osl/mutex/osl_Mutex.cxx @@ -32,12 +32,11 @@ //------------------------------------------------------------------------ // include files //------------------------------------------------------------------------ -#include "preextstl.h" #include "cppunit/TestAssert.h" #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" -#include "postextstl.h" + #include <osl_Mutex_Const.h> using namespace osl; |