diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 21:39:23 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 22:37:25 -0600 |
commit | e642609a796303079d83b3e302e7820bd12d11b2 (patch) | |
tree | 6d485b87d07617923e5225a1a2fa6f92d2957535 /basebmp/test/filltest.cxx | |
parent | cde4fdb2d0980df086280d3633f028cfc39afa0f (diff) |
basebmp: include <> for external includes
Change-Id: I6f1f573662d5e759694c401598408df9fbb20be8
Diffstat (limited to 'basebmp/test/filltest.cxx')
-rw-r--r-- | basebmp/test/filltest.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basebmp/test/filltest.cxx b/basebmp/test/filltest.cxx index 3adf26a0a97c..1a393b667264 100644 --- a/basebmp/test/filltest.cxx +++ b/basebmp/test/filltest.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/range/b2drange.hxx> |