summaryrefslogtreecommitdiff
path: root/basebmp/test/tools.hxx
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/tools.hxx
parentcde4fdb2d0980df086280d3633f028cfc39afa0f (diff)
basebmp: include <> for external includes
Change-Id: I6f1f573662d5e759694c401598408df9fbb20be8
Diffstat (limited to 'basebmp/test/tools.hxx')
-rw-r--r--basebmp/test/tools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basebmp/test/tools.hxx b/basebmp/test/tools.hxx
index 8d6a8d63540b..266d9a56ae6e 100644
--- a/basebmp/test/tools.hxx
+++ b/basebmp/test/tools.hxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "basebmp/bitmapdevice.hxx"
+#include <basebmp/bitmapdevice.hxx>
int countPixel( const basebmp::BitmapDeviceSharedPtr& rDevice,
basebmp::Color checkColor );