summaryrefslogtreecommitdiff
path: root/basebmp/test/cliptest.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-11 21:39:23 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-11 22:37:25 -0600
commite642609a796303079d83b3e302e7820bd12d11b2 (patch)
tree6d485b87d07617923e5225a1a2fa6f92d2957535 /basebmp/test/cliptest.cxx
parentcde4fdb2d0980df086280d3633f028cfc39afa0f (diff)
basebmp: include <> for external includes
Change-Id: I6f1f573662d5e759694c401598408df9fbb20be8
Diffstat (limited to 'basebmp/test/cliptest.cxx')
-rw-r--r--basebmp/test/cliptest.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basebmp/test/cliptest.cxx b/basebmp/test/cliptest.cxx
index bcde756adeee..dad88a2b601a 100644
--- a/basebmp/test/cliptest.cxx
+++ b/basebmp/test/cliptest.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/vector/b2isize.hxx>
#include <basegfx/point/b2ipoint.hxx>