vcl/source/opengl/GLMHelper.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 6565f0d23737868fbbd1aa78c08223dd255e1924
Author:     VaibhavMalik4187 <vaibhavmalik2...@gmail.com>
AuthorDate: Fri Dec 10 14:21:35 2021 +0530
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Fri Dec 10 11:01:45 2021 +0100

    tdf#143148 Use pragma once in vcl
    
    Change-Id: Iffad4effaeef46663d8a57110bf2d560e81d0d3c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126629
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/vcl/source/opengl/GLMHelper.hxx b/vcl/source/opengl/GLMHelper.hxx
index 9f4cd20f9e7c..9694a3c34625 100644
--- a/vcl/source/opengl/GLMHelper.hxx
+++ b/vcl/source/opengl/GLMHelper.hxx
@@ -7,8 +7,7 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-#ifndef INCLUDED_VCL_GLM_GLMHELPER_HXX
-#define INCLUDED_VCL_GLM_GLMHELPER_HXX
+#pragma once
 
 #include <glm/glm.hpp>
 #include <vcl/dllapi.h>
@@ -19,6 +18,4 @@ std::ostream& operator<<(std::ostream& rStrm, const 
glm::mat4& rMatrix);
 std::ostream& operator<<(std::ostream& rStrm, const glm::vec4& rPos);
 std::ostream& operator<<(std::ostream& rStrm, const glm::vec3& rPos);
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to