diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 22:00:53 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 22:37:25 -0600 |
commit | 9589aa8393ffdb7483716cb98ef2e446a7083227 (patch) | |
tree | 84aa39764c5d63d4e800c8220c6d3bb7ad49362a /basegfx | |
parent | e642609a796303079d83b3e302e7820bd12d11b2 (diff) |
basegfx: include <> for external includes
Change-Id: I3cb57ce8707c5b04c898d2fc2851defcc27619d4
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/tools/keystoplerp.cxx | 2 | ||||
-rw-r--r-- | basegfx/source/tools/tools.cxx | 4 | ||||
-rw-r--r-- | basegfx/test/basegfx1d.cxx | 8 | ||||
-rw-r--r-- | basegfx/test/basegfx2d.cxx | 6 | ||||
-rw-r--r-- | basegfx/test/basegfx3d.cxx | 6 | ||||
-rw-r--r-- | basegfx/test/basegfxtools.cxx | 6 | ||||
-rw-r--r-- | basegfx/test/boxclipper.cxx | 6 | ||||
-rw-r--r-- | basegfx/test/clipstate.cxx | 6 | ||||
-rw-r--r-- | basegfx/test/genericclipper.cxx | 6 |
9 files changed, 25 insertions, 25 deletions
diff --git a/basegfx/source/tools/keystoplerp.cxx b/basegfx/source/tools/keystoplerp.cxx index ee432a895898..70bdb7e9298b 100644 --- a/basegfx/source/tools/keystoplerp.cxx +++ b/basegfx/source/tools/keystoplerp.cxx @@ -17,7 +17,7 @@ * 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 <algorithm> diff --git a/basegfx/source/tools/tools.cxx b/basegfx/source/tools/tools.cxx index 2172694cf7da..f8c4569ec3a4 100644 --- a/basegfx/source/tools/tools.cxx +++ b/basegfx/source/tools/tools.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "basegfx/tools/tools.hxx" -#include "basegfx/range/b2drange.hxx" +#include <basegfx/tools/tools.hxx> +#include <basegfx/range/b2drange.hxx> #include <algorithm> diff --git a/basegfx/test/basegfx1d.cxx b/basegfx/test/basegfx1d.cxx index 6e09ce421023..5b0b24bf4d4c 100644 --- a/basegfx/test/basegfx1d.cxx +++ b/basegfx/test/basegfx1d.cxx @@ -19,10 +19,10 @@ #include <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> namespace basegfx1d { diff --git a/basegfx/test/basegfx2d.cxx b/basegfx/test/basegfx2d.cxx index e5087b42068d..89042cbcdf53 100644 --- a/basegfx/test/basegfx2d.cxx +++ b/basegfx/test/basegfx2d.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 <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx> diff --git a/basegfx/test/basegfx3d.cxx b/basegfx/test/basegfx3d.cxx index a6faf6a4e92d..96f0b5748ca4 100644 --- a/basegfx/test/basegfx3d.cxx +++ b/basegfx/test/basegfx3d.cxx @@ -18,9 +18,9 @@ */ #include <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> namespace basegfx3d { diff --git a/basegfx/test/basegfxtools.cxx b/basegfx/test/basegfxtools.cxx index 19b8317e3a43..7ff301755902 100644 --- a/basegfx/test/basegfxtools.cxx +++ b/basegfx/test/basegfxtools.cxx @@ -18,9 +18,9 @@ */ #include <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> #include <basegfx/tools/keystoplerp.hxx> #include <basegfx/numeric/ftools.hxx> diff --git a/basegfx/test/boxclipper.cxx b/basegfx/test/boxclipper.cxx index bb02dc521d48..ddc0a803685e 100644 --- a/basegfx/test/boxclipper.cxx +++ b/basegfx/test/boxclipper.cxx @@ -18,9 +18,9 @@ */ #include <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/curve/b2dcubicbezier.hxx> diff --git a/basegfx/test/clipstate.cxx b/basegfx/test/clipstate.cxx index ffdc35397fb8..dc925409fea9 100644 --- a/basegfx/test/clipstate.cxx +++ b/basegfx/test/clipstate.cxx @@ -18,9 +18,9 @@ */ #include <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> #include <basegfx/tools/b2dclipstate.hxx> #include <basegfx/range/b2dpolyrange.hxx> diff --git a/basegfx/test/genericclipper.cxx b/basegfx/test/genericclipper.cxx index 8a428dd725e4..b60b067b45f0 100644 --- a/basegfx/test/genericclipper.cxx +++ b/basegfx/test/genericclipper.cxx @@ -18,9 +18,9 @@ */ #include <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/curve/b2dcubicbezier.hxx> |