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

basegfx: include <> for external includes

Change-Id: I3cb57ce8707c5b04c898d2fc2851defcc27619d4
üst e642609a
...@@ -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 "basegfx/tools/keystoplerp.hxx" #include <basegfx/tools/keystoplerp.hxx>
#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Sequence.hxx>
#include <algorithm> #include <algorithm>
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "basegfx/tools/tools.hxx" #include <basegfx/tools/tools.hxx>
#include "basegfx/range/b2drange.hxx" #include <basegfx/range/b2drange.hxx>
#include <algorithm> #include <algorithm>
......
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
#include <sal/types.h> #include <sal/types.h>
#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>
namespace basegfx1d namespace basegfx1d
{ {
......
...@@ -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/matrix/b2dhommatrix.hxx> #include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx>
......
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
*/ */
#include <sal/types.h> #include <sal/types.h>
#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>
namespace basegfx3d namespace basegfx3d
{ {
......
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
*/ */
#include <sal/types.h> #include <sal/types.h>
#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/tools/keystoplerp.hxx> #include <basegfx/tools/keystoplerp.hxx>
#include <basegfx/numeric/ftools.hxx> #include <basegfx/numeric/ftools.hxx>
......
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
*/ */
#include <sal/types.h> #include <sal/types.h>
#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/matrix/b2dhommatrix.hxx> #include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/curve/b2dcubicbezier.hxx> #include <basegfx/curve/b2dcubicbezier.hxx>
......
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
*/ */
#include <sal/types.h> #include <sal/types.h>
#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/tools/b2dclipstate.hxx> #include <basegfx/tools/b2dclipstate.hxx>
#include <basegfx/range/b2dpolyrange.hxx> #include <basegfx/range/b2dpolyrange.hxx>
......
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
*/ */
#include <sal/types.h> #include <sal/types.h>
#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/matrix/b2dhommatrix.hxx> #include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/curve/b2dcubicbezier.hxx> #include <basegfx/curve/b2dcubicbezier.hxx>
......
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