summaryrefslogtreecommitdiff
path: root/slideshow/source/engine
diff options
context:
space:
mode:
authorMuthu Subramanian K <sumuthu@novell.com>2010-10-13 13:18:08 +0530
committerMuthu Subramanian K <sumuthu@novell.com>2010-10-13 13:22:19 +0530
commit34b70a6b3a996823e1595c0a096e18857567298b (patch)
tree54f2c5afc3cded72759242da1f47059a59e51a8d /slideshow/source/engine
parentb380ae10648f471b1a0173e9e308181559a5f26c (diff)
Build fix for building with NVidia libraries/drivers
Diffstat (limited to 'slideshow/source/engine')
-rw-r--r--slideshow/source/engine/OGLTrans/OGLTrans_TransitionImpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/OGLTrans/OGLTrans_TransitionImpl.cxx b/slideshow/source/engine/OGLTrans/OGLTrans_TransitionImpl.cxx
index 082aea75c537..90543fc4700f 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>