Fix up glew include paths

This commit is contained in:
Jonas Kulla 2013-10-14 02:22:34 +02:00
parent 39436ad231
commit caccee5db2
7 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@
#include "debuglogger.h"
#include "GL/glew.h"
#include "glew.h"
#include <QFile>
#include <QTime>

View File

@ -22,7 +22,7 @@
#ifndef GLUTIL_H
#define GLUTIL_H
#include "GL/glew.h"
#include "glew.h"
#include "etc-internal.h"
#include <QDebug>

View File

@ -20,7 +20,7 @@
*/
#include "glstate.h"
#include "GL/glew.h"
#include "glew.h"
#include "SDL_rect.h"
#include "etc.h"

View File

@ -19,7 +19,7 @@
** along with mkxp. If not, see <http://www.gnu.org/licenses/>.
*/
#include "GL/glew.h"
#include "glew.h"
#include "SDL.h"
#include "SDL_image.h"

View File

@ -1,7 +1,7 @@
#include "perftimer.h"
#include "SDL_timer.h"
#include "GL/glew.h"
#include "glew.h"
#include <QDebug>

View File

@ -22,7 +22,7 @@
#ifndef QUAD_H
#define QUAD_H
#include "GL/glew.h"
#include "glew.h"
#include "etc-internal.h"
#include "gl-util.h"
#include "sharedstate.h"

View File

@ -23,7 +23,7 @@
#include "sharedstate.h"
#include "glstate.h"
#include "GL/glew.h"
#include "glew.h"
#include <QFile>