diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 10:51:01 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 19:57:52 +0100 |
commit | e5e3ba75ecf716ad6760d8b74d095729306e1219 (patch) | |
tree | a95a276e86ae62b23bfed3f34f9208d39dad3052 /comphelper/qa | |
parent | 56d803ee5c060e761dbe5a6cc1c1443c932e2a31 (diff) |
Removing the ext_std masterpiece
Diffstat (limited to 'comphelper/qa')
-rw-r--r-- | comphelper/qa/test_string.cxx | 4 | ||||
-rw-r--r-- | comphelper/qa/test_weakbag.cxx | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/comphelper/qa/test_string.cxx b/comphelper/qa/test_string.cxx index e764c9f73ef7..7f15e96a42f5 100644 --- a/comphelper/qa/test_string.cxx +++ b/comphelper/qa/test_string.cxx @@ -30,11 +30,11 @@ #include "sal/config.h" #include "comphelper/string.hxx" -#include "preextstl.h" + #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> #include <cppunit/plugin/TestPlugIn.h> -#include "postextstl.h" + #include "rtl/string.h" #include "rtl/ustring.h" #include "rtl/ustring.hxx" diff --git a/comphelper/qa/test_weakbag.cxx b/comphelper/qa/test_weakbag.cxx index b61727e0429d..cc5373d5d6d6 100644 --- a/comphelper/qa/test_weakbag.cxx +++ b/comphelper/qa/test_weakbag.cxx @@ -33,11 +33,10 @@ #include "com/sun/star/uno/XInterface.hpp" #include "comphelper/weakbag.hxx" #include "cppuhelper/weak.hxx" -#include "preextstl.h" + #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> #include <cppunit/plugin/TestPlugIn.h> -#include "postextstl.h" namespace { |