summaryrefslogtreecommitdiffstats
path: root/src/compositor/hardware_integration
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2012-01-04 08:19:54 +0100
committerGunnar Sletta <gunnar.sletta@nokia.com>2012-01-04 08:52:55 +0100
commit107be565ab3aa4d7c2c82e4094824e0783ecbcbe (patch)
tree6c4bcac6fdc87cee299e39d6596e497607be69ad /src/compositor/hardware_integration
parent0cdcaf0dd06c1a78efad779d8fc5168c2cc56757 (diff)
Remove QtOpenGL includes
Change-Id: I66c4c98b308bd97760ad2db720785ee64fc64959 Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Diffstat (limited to 'src/compositor/hardware_integration')
-rw-r--r--src/compositor/hardware_integration/graphicshardwareintegration.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compositor/hardware_integration/graphicshardwareintegration.h b/src/compositor/hardware_integration/graphicshardwareintegration.h
index 9f1f409d0..42530f585 100644
--- a/src/compositor/hardware_integration/graphicshardwareintegration.h
+++ b/src/compositor/hardware_integration/graphicshardwareintegration.h
@@ -41,7 +41,8 @@
#ifndef GRAPHICSHARDWAREINTEGRATION_H
#define GRAPHICSHARDWAREINTEGRATION_H
-#include <QtOpenGL/qgl.h>
+#include <QtGui/qopengl.h>
+#include <QtGui/QOpenGLContext>
#include <wayland-server.h>
#include "waylandcompositor.h"