Kaydet (Commit) e642609a authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

basebmp: include <> for external includes

Change-Id: I6f1f573662d5e759694c401598408df9fbb20be8
üst cde4fdb2
...@@ -17,38 +17,38 @@ ...@@ -17,38 +17,38 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <cassert> #include <cassert>
#include <string.h> #include <string.h>
#include "basebmp/bitmapdevice.hxx" #include <basebmp/bitmapdevice.hxx>
#include "basebmp/compositeiterator.hxx" #include <basebmp/compositeiterator.hxx>
#include "basebmp/iteratortraits.hxx" #include <basebmp/iteratortraits.hxx>
#include "basebmp/accessor.hxx" #include <basebmp/accessor.hxx>
#include "basebmp/accessortraits.hxx" #include <basebmp/accessortraits.hxx>
#include "basebmp/accessoradapters.hxx" #include <basebmp/accessoradapters.hxx>
#include "basebmp/colorblendaccessoradapter.hxx" #include <basebmp/colorblendaccessoradapter.hxx>
#include "basebmp/color.hxx" #include <basebmp/color.hxx>
#include "basebmp/colormisc.hxx" #include <basebmp/colormisc.hxx>
#include "basebmp/colortraits.hxx" #include <basebmp/colortraits.hxx>
#include "basebmp/greylevelformats.hxx" #include <basebmp/greylevelformats.hxx>
#include "basebmp/paletteformats.hxx" #include <basebmp/paletteformats.hxx>
#include "basebmp/rgbmaskpixelformats.hxx" #include <basebmp/rgbmaskpixelformats.hxx>
#include "basebmp/rgb24pixelformats.hxx" #include <basebmp/rgb24pixelformats.hxx>
#include "basebmp/scanlineformats.hxx" #include <basebmp/scanlineformats.hxx>
#include "basebmp/fillimage.hxx" #include <basebmp/fillimage.hxx>
#include "basebmp/scaleimage.hxx" #include <basebmp/scaleimage.hxx>
#include "basebmp/clippedlinerenderer.hxx" #include <basebmp/clippedlinerenderer.hxx>
#include "basebmp/polypolygonrenderer.hxx" #include <basebmp/polypolygonrenderer.hxx>
#include "basebmp/genericcolorimageaccessor.hxx" #include <basebmp/genericcolorimageaccessor.hxx>
#include "basebmp/tools.hxx" #include <basebmp/tools.hxx>
#include "intconversion.hxx" #include "intconversion.hxx"
#include <rtl/alloc.h> #include <rtl/alloc.h>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "basebmp/polypolygonrenderer.hxx" #include <basebmp/polypolygonrenderer.hxx>
#include <algorithm> #include <algorithm>
......
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
// autogenerated file with codegen.pl // autogenerated file with codegen.pl
#include "cppunit/TestAssert.h" #include <cppunit/TestAssert.h>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
#include "cppunit/plugin/TestPlugIn.h" #include <cppunit/plugin/TestPlugIn.h>
#include <basegfx/vector/b2isize.hxx> #include <basegfx/vector/b2isize.hxx>
#include <basegfx/point/b2ipoint.hxx> #include <basegfx/point/b2ipoint.hxx>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <math.h> #include <math.h>
......
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
// autogenerated file with codegen.pl // autogenerated file with codegen.pl
#include "cppunit/TestAssert.h" #include <cppunit/TestAssert.h>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
#include <basegfx/vector/b2isize.hxx> #include <basegfx/vector/b2isize.hxx>
#include <basegfx/range/b2ibox.hxx> #include <basegfx/range/b2ibox.hxx>
......
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "cppunit/TestAssert.h" #include <cppunit/TestAssert.h>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
#include <basegfx/vector/b2isize.hxx> #include <basegfx/vector/b2isize.hxx>
#include <basegfx/range/b2ibox.hxx> #include <basegfx/range/b2ibox.hxx>
......
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "cppunit/TestAssert.h" #include <cppunit/TestAssert.h>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
#include <basegfx/vector/b2isize.hxx> #include <basegfx/vector/b2isize.hxx>
#include <basegfx/point/b2ipoint.hxx> #include <basegfx/point/b2ipoint.hxx>
......
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "cppunit/TestAssert.h" #include <cppunit/TestAssert.h>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
#include <basegfx/vector/b2isize.hxx> #include <basegfx/vector/b2isize.hxx>
#include <basegfx/range/b2drange.hxx> #include <basegfx/range/b2drange.hxx>
......
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "cppunit/TestAssert.h" #include <cppunit/TestAssert.h>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
#include <basegfx/vector/b2isize.hxx> #include <basegfx/vector/b2isize.hxx>
#include <basegfx/point/b2ipoint.hxx> #include <basegfx/point/b2ipoint.hxx>
......
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "cppunit/TestAssert.h" #include <cppunit/TestAssert.h>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
#include <basegfx/vector/b2isize.hxx> #include <basegfx/vector/b2isize.hxx>
#include <basegfx/range/b2ibox.hxx> #include <basegfx/range/b2ibox.hxx>
......
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "cppunit/TestAssert.h" #include <cppunit/TestAssert.h>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
#include <basegfx/vector/b2isize.hxx> #include <basegfx/vector/b2isize.hxx>
#include <basegfx/range/b2ibox.hxx> #include <basegfx/range/b2ibox.hxx>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "basebmp/bitmapdevice.hxx" #include <basebmp/bitmapdevice.hxx>
int countPixel( const basebmp::BitmapDeviceSharedPtr& rDevice, int countPixel( const basebmp::BitmapDeviceSharedPtr& rDevice,
basebmp::Color checkColor ); basebmp::Color checkColor );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment