[Libreoffice-commits] .: slideshow/source

Muthu Subramanian sumuthu at kemper.freedesktop.org
Wed Oct 13 00:55:44 PDT 2010


 slideshow/source/engine/OGLTrans/OGLTrans_TransitionImpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2e8c3d9991c45cfec4e8bbf05486962831198ccb
Author: Muthu Subramanian K <sumuthu at novell.com>
Date:   Wed Oct 13 13:18:08 2010 +0530

    Build fix for building with NVidia libraries/drivers

diff --git a/slideshow/source/engine/OGLTrans/OGLTrans_TransitionImpl.cxx b/slideshow/source/engine/OGLTrans/OGLTrans_TransitionImpl.cxx
index 722920d..19d214b 100644
--- a/slideshow/source/engine/OGLTrans/OGLTrans_TransitionImpl.cxx
+++ b/slideshow/source/engine/OGLTrans/OGLTrans_TransitionImpl.cxx
@@ -25,8 +25,8 @@
  *
  ************************************************************************/
 
-#include "OGLTrans_TransitionImpl.hxx"
 #include "OGLTrans_Shaders.hxx"
+#include "OGLTrans_TransitionImpl.hxx"
 #include <GL/gl.h>
 #include <math.h>
 


More information about the Libreoffice-commits mailing list