summaryrefslogtreecommitdiff
path: root/basegfx/test/basegfx1d.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-06-27 16:05:04 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-06-27 19:13:11 +0100
commit328e2263fb6e2415bafbc40a7d7309b66f65971a (patch)
treeac6fce65230a915b03866c7a46dba2228d029fa9 /basegfx/test/basegfx1d.cxx
parentfa0fd16526f05e37e10af7a367c9950a974d7c90 (diff)
targetted re-work of cppunit pieces.
Diffstat (limited to 'basegfx/test/basegfx1d.cxx')
-rw-r--r--basegfx/test/basegfx1d.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/basegfx/test/basegfx1d.cxx b/basegfx/test/basegfx1d.cxx
index 12c920756f36..8919d26a2d53 100644
--- a/basegfx/test/basegfx1d.cxx
+++ b/basegfx/test/basegfx1d.cxx
@@ -26,15 +26,12 @@
*
************************************************************************/
-#include "sal/config.h"
-#include "sal/precppunit.hxx"
+#include <sal/types.h>
#ifdef IOS
#define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTest_basegfx
#endif
-// autogenerated file with codegen.pl
-
#include "cppunit/TestAssert.h"
#include "cppunit/TestFixture.h"
#include "cppunit/extensions/HelperMacros.h"