summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2015-08-27 12:12:52 +0200
committerMarco Cecchetti <marco.cecchetti@collabora.com>2015-09-01 17:15:56 +0200
commit0c1fa8d1396288033125d1493ea8fbd8f8a2bcf9 (patch)
tree5fe1f12db1330f0350f7ea45e9d9f64b20ee2ee5
parent4ff4bf4106cada0f0b1fea898e3951249b51d54e (diff)
moved chechsum.hxx in include/vcl
Change-Id: I70f82f16d5907ce0bbe2d838c4acee226886aab2
-rw-r--r--include/vcl/checksum.hxx (renamed from vcl/inc/checksum.hxx)0
-rw-r--r--vcl/inc/salbmp.hxx3
-rw-r--r--vcl/opengl/salbmp.cxx2
-rw-r--r--vcl/source/bitmap/checksum.cxx2
4 files changed, 3 insertions, 4 deletions
diff --git a/vcl/inc/checksum.hxx b/include/vcl/checksum.hxx
index ae7c9d6f7ba4..ae7c9d6f7ba4 100644
--- a/vcl/inc/checksum.hxx
+++ b/include/vcl/checksum.hxx
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;
diff --git a/vcl/opengl/salbmp.cxx b/vcl/opengl/salbmp.cxx
index 8ab721e25f6c..f4f17ffa13e9 100644
--- a/vcl/opengl/salbmp.cxx
+++ b/vcl/opengl/salbmp.cxx
@@ -22,6 +22,7 @@
#include <vcl/opengl/OpenGLHelper.hxx>
#include "vcl/bitmap.hxx"
+#include "vcl/checksum.hxx"
#include "vcl/outdev.hxx"
#include "vcl/salbtype.hxx"
#include "svdata.hxx"
@@ -31,7 +32,6 @@
#include "opengl/program.hxx"
#include "opengl/salbmp.hxx"
-#include "../inc/checksum.hxx"
#include "opengl/FixedTextureAtlas.hxx"
namespace
diff --git a/vcl/source/bitmap/checksum.cxx b/vcl/source/bitmap/checksum.cxx
index a46db1e75265..46042b0edbd3 100644
--- a/vcl/source/bitmap/checksum.cxx
+++ b/vcl/source/bitmap/checksum.cxx
@@ -18,7 +18,7 @@
*/
#include <sal/types.h>
-#include <checksum.hxx>
+#include <vcl/checksum.hxx>
/*========================================================================
*