summaryrefslogtreecommitdiffstats
path: root/examples/opengl/grabber/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/grabber/mainwindow.cpp')
-rw-r--r--examples/opengl/grabber/mainwindow.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/opengl/grabber/mainwindow.cpp b/examples/opengl/grabber/mainwindow.cpp
index a559649c55..e521b39dab 100644
--- a/examples/opengl/grabber/mainwindow.cpp
+++ b/examples/opengl/grabber/mainwindow.cpp
@@ -38,12 +38,11 @@
**
****************************************************************************/
-#include <QtWidgets>
-#include <QtOpenGL>
-
#include "glwidget.h"
#include "mainwindow.h"
+#include <QtWidgets>
+
MainWindow::MainWindow()
{
centralWidget = new QWidget;