add (pre|post)extstl.h around cppunit headers

This commit is contained in:
David Tardon
2011-02-07 13:24:55 +01:00
parent 4fd74f21dd
commit c67bf5ce71
4 changed files with 8 additions and 0 deletions

View File

@@ -29,8 +29,10 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sal.hxx"
#include "preextstl.h"
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
#include "postextstl.h"
#include "rtl/string.h"
#include "rtl/ustring.hxx"

View File

@@ -29,8 +29,10 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sal.hxx"
#include "preextstl.h"
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
#include "postextstl.h"
#include "rtl/strbuf.hxx"
#include "rtl/string.h"
#include "rtl/string.hxx"

View File

@@ -29,7 +29,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sal.hxx"
#include "preextstl.h"
#include <cppunit/plugin/TestPlugIn.h>
#include "postextstl.h"
CPPUNIT_PLUGIN_IMPLEMENT();

View File

@@ -29,9 +29,11 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sal.hxx"
#include "preextstl.h"
#include <cppunit/TestFixture.h>
#include <cppunit/TestAssert.h>
#include <cppunit/extensions/HelperMacros.h>
#include "postextstl.h"
#include "rtl/strbuf.hxx"
#include "rtl/ustrbuf.hxx"
#include "rtl/ustring.h"