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/opengl | |
parent | ebb0dc14547e698d7b53005178063da72d48f075 (diff) |
moved chechsum.hxx in include/vcl
Change-Id: I70f82f16d5907ce0bbe2d838c4acee226886aab2
Diffstat (limited to 'vcl/opengl')
-rw-r--r-- | vcl/opengl/salbmp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |