Header cleanup

This commit is contained in:
Atlante45 2015-05-19 15:19:02 +02:00
parent e67622d219
commit 229f88617d
2 changed files with 2 additions and 6 deletions

View file

@ -9,14 +9,10 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
// include this before QGLWidget, which includes an earlier version of OpenGL
#include <gpu/GPUConfig.h>
#include <QEvent>
#include <QGLWidget>
#include <QNetworkReply>
#include <QOpenGLFramebufferObject>
#include <QResizeEvent>
#include <QPainter>
#include <QRunnable>
#include <QThreadPool>
#include <qimagereader.h>

View file

@ -21,7 +21,7 @@
#include <QImage>
#include <QMap>
#include <QGLWidget>
#include <QColor>
#include <DependencyManager.h>
#include <ResourceCache.h>