From e642609a796303079d83b3e302e7820bd12d11b2 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Mon, 11 Nov 2013 21:39:23 -0600 Subject: basebmp: include <> for external includes Change-Id: I6f1f573662d5e759694c401598408df9fbb20be8 --- basebmp/test/basictest.cxx | 8 ++++---- basebmp/test/bmpdemo.cxx | 2 +- basebmp/test/bmpmasktest.cxx | 6 +++--- basebmp/test/bmptest.cxx | 6 +++--- basebmp/test/cliptest.cxx | 6 +++--- basebmp/test/filltest.cxx | 6 +++--- basebmp/test/linetest.cxx | 6 +++--- basebmp/test/masktest.cxx | 6 +++--- basebmp/test/polytest.cxx | 6 +++--- basebmp/test/tools.hxx | 2 +- 10 files changed, 27 insertions(+), 27 deletions(-) (limited to 'basebmp/test') diff --git a/basebmp/test/basictest.cxx b/basebmp/test/basictest.cxx index 062e4f0a08e9..4290ed7a865a 100644 --- a/basebmp/test/basictest.cxx +++ b/basebmp/test/basictest.cxx @@ -19,10 +19,10 @@ // autogenerated file with codegen.pl -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include +#include +#include +#include #include #include diff --git a/basebmp/test/bmpdemo.cxx b/basebmp/test/bmpdemo.cxx index f4ccc95cb9c7..146a68701cbe 100644 --- a/basebmp/test/bmpdemo.cxx +++ b/basebmp/test/bmpdemo.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include diff --git a/basebmp/test/bmpmasktest.cxx b/basebmp/test/bmpmasktest.cxx index a0209dfabfd6..e543263b1f01 100644 --- a/basebmp/test/bmpmasktest.cxx +++ b/basebmp/test/bmpmasktest.cxx @@ -19,9 +19,9 @@ // autogenerated file with codegen.pl -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include +#include +#include #include #include diff --git a/basebmp/test/bmptest.cxx b/basebmp/test/bmptest.cxx index e364804a391e..97f67c312829 100644 --- a/basebmp/test/bmptest.cxx +++ b/basebmp/test/bmptest.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include +#include +#include #include #include diff --git a/basebmp/test/cliptest.cxx b/basebmp/test/cliptest.cxx index bcde756adeee..dad88a2b601a 100644 --- a/basebmp/test/cliptest.cxx +++ b/basebmp/test/cliptest.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include +#include +#include #include #include diff --git a/basebmp/test/filltest.cxx b/basebmp/test/filltest.cxx index 3adf26a0a97c..1a393b667264 100644 --- a/basebmp/test/filltest.cxx +++ b/basebmp/test/filltest.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include +#include +#include #include #include diff --git a/basebmp/test/linetest.cxx b/basebmp/test/linetest.cxx index 211dabf98b49..6b9b5122640b 100644 --- a/basebmp/test/linetest.cxx +++ b/basebmp/test/linetest.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include +#include +#include #include #include diff --git a/basebmp/test/masktest.cxx b/basebmp/test/masktest.cxx index 1662c81f9b98..d82bb04fc132 100644 --- a/basebmp/test/masktest.cxx +++ b/basebmp/test/masktest.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include +#include +#include #include #include diff --git a/basebmp/test/polytest.cxx b/basebmp/test/polytest.cxx index 3ed416b1dfef..d91e6efefbaf 100644 --- a/basebmp/test/polytest.cxx +++ b/basebmp/test/polytest.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include +#include +#include #include #include diff --git a/basebmp/test/tools.hxx b/basebmp/test/tools.hxx index 8d6a8d63540b..266d9a56ae6e 100644 --- a/basebmp/test/tools.hxx +++ b/basebmp/test/tools.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "basebmp/bitmapdevice.hxx" +#include int countPixel( const basebmp::BitmapDeviceSharedPtr& rDevice, basebmp::Color checkColor ); -- cgit