diff options
author | Marco Cecchetti <marco.cecchetti@collabora.com> | 2015-08-27 12:12:52 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-09-01 16:28:45 +0100 |
commit | b5e3aa40586a4cca050b4f74a6f5d9bf90ff8b3a (patch) | |
tree | 5fe1f12db1330f0350f7ea45e9d9f64b20ee2ee5 /vcl/inc/salbmp.hxx | |
parent | ebb0dc14547e698d7b53005178063da72d48f075 (diff) |
moved chechsum.hxx in include/vcl
Change-Id: I70f82f16d5907ce0bbe2d838c4acee226886aab2
Diffstat (limited to 'vcl/inc/salbmp.hxx')
-rw-r--r-- | vcl/inc/salbmp.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/inc/salbmp.hxx b/vcl/inc/salbmp.hxx index 268e06cc384c..a9160e1232d0 100644 --- a/vcl/inc/salbmp.hxx +++ b/vcl/inc/salbmp.hxx @@ -23,10 +23,9 @@ #include <tools/gen.hxx> #include <tools/solar.h> #include <vcl/dllapi.h> +#include <vcl/checksum.hxx> #include <vcl/salbtype.hxx> -#include <checksum.hxx> - #include <com/sun/star/rendering/XBitmapCanvas.hpp> struct BitmapBuffer; |