summaryrefslogtreecommitdiff
path: root/basegfx/test/basegfx2d.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-11 22:00:53 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-11 22:37:25 -0600
commit9589aa8393ffdb7483716cb98ef2e446a7083227 (patch)
tree84aa39764c5d63d4e800c8220c6d3bb7ad49362a /basegfx/test/basegfx2d.cxx
parente642609a796303079d83b3e302e7820bd12d11b2 (diff)
basegfx: include <> for external includes
Change-Id: I3cb57ce8707c5b04c898d2fc2851defcc27619d4
Diffstat (limited to 'basegfx/test/basegfx2d.cxx')
-rw-r--r--basegfx/test/basegfx2d.cxx6
1 files changed, 3 insertions, 3 deletions
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>