gl flow: clean up includes

This commit is contained in:
Felix Kauselmann 2019-05-05 11:17:45 +02:00
parent 7bd04ca7d5
commit d9d93c6481
2 changed files with 78 additions and 89 deletions

View File

@ -2,7 +2,6 @@
#include <QtGui>
#include <QtOpenGL>
//#include <math.h>
#ifdef Q_OS_MAC
#include <OpenGL/glu.h>
@ -10,10 +9,8 @@
#include <GL/glu.h>
#endif
#include <QGLContext>
#include <QGLPixelBuffer>
#include <cmath>
#include <iostream>
/*** Animation Settings ***/
/*** Position Configuration ***/

View File

@ -2,11 +2,6 @@
#ifndef __YACREADER_FLOW_GL_H
#define __YACREADER_FLOW_GL_H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <QOpenGLWidget>
#include <QOpenGLFunctions>
#include <QOpenGLTexture>
@ -16,8 +11,6 @@
#include "scroll_management.h"
class ImageLoaderGL;
class QGLContext;
class WidgetLoader;
class ImageLoaderByteArrayGL;
enum Performance
@ -125,7 +118,6 @@ protected:
void udpatePerspective(int width, int height);
int updateCount;
WidgetLoader * loader;
int fontSize;
QOpenGLTexture * defaultTexture;