diff options
Diffstat (limited to 'sal/qa/rtl/math/test-std-math.cxx')
-rw-r--r-- | sal/qa/rtl/math/test-std-math.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sal/qa/rtl/math/test-std-math.cxx b/sal/qa/rtl/math/test-std-math.cxx index 214e1c792dbe..b56144c95e21 100644 --- a/sal/qa/rtl/math/test-std-math.cxx +++ b/sal/qa/rtl/math/test-std-math.cxx @@ -17,15 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sal/types.h> #include <cppunit/TestAssert.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include <cppunit/plugin/TestPlugIn.h> #include <rtl/math.hxx> -#include <rtl/ustring.h> -#include <rtl/ustring.hxx> -#include <limits> #include <cmath> /* @@ -192,4 +187,4 @@ public: CPPUNIT_TEST_SUITE_REGISTRATION(Test); -/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
\ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |