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/test/genericclipper.cxx | |
parent | e642609a796303079d83b3e302e7820bd12d11b2 (diff) |
basegfx: include <> for external includes
Change-Id: I3cb57ce8707c5b04c898d2fc2851defcc27619d4
Diffstat (limited to 'basegfx/test/genericclipper.cxx')
-rw-r--r-- | basegfx/test/genericclipper.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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> |