[Libreoffice-commits] core.git: vcl/inc

Chris Sherlock chris.sherlock79 at gmail.com
Wed Jan 27 03:17:40 PST 2016


 vcl/inc/openglgdiimpl.hxx |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

New commits:
commit 5f507aa76cf3d0601bff2767b02f0f371a9498a2
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Wed Jan 27 22:16:45 2016 +1100

    vcl: readd std headers to openglgdiimpl.hxx
    
    Change-Id: I1207a62adbdc764c72c47238c80f47061fc461e6

diff --git a/vcl/inc/openglgdiimpl.hxx b/vcl/inc/openglgdiimpl.hxx
index 4e38cb7..3b62900 100644
--- a/vcl/inc/openglgdiimpl.hxx
+++ b/vcl/inc/openglgdiimpl.hxx
@@ -20,16 +20,17 @@
 #ifndef INCLUDED_VCL_OPENGLGDIIMPL_HXX
 #define INCLUDED_VCL_OPENGLGDIIMPL_HXX
 
-#include "salgeom.hxx"
-#include "salgdiimpl.hxx"
 #include <vcl/dllapi.h>
+#include <vcl/opengl/OpenGLContext.hxx>
 
+#include "regionband.hxx"
+#include "salgeom.hxx"
+#include "salgdiimpl.hxx"
 #include "opengl/framebuffer.hxx"
 #include "opengl/program.hxx"
 #include "opengl/texture.hxx"
-#include "regionband.hxx"
 
-#include <vcl/opengl/OpenGLContext.hxx>
+#include <memory>
 
 class SalFrame;
 class SalVirtualDevice;


More information about the Libreoffice-commits mailing list