Fix up glew include paths
This commit is contained in:
parent
39436ad231
commit
caccee5db2
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "debuglogger.h"
|
||||
|
||||
#include "GL/glew.h"
|
||||
#include "glew.h"
|
||||
|
||||
#include <QFile>
|
||||
#include <QTime>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#ifndef GLUTIL_H
|
||||
#define GLUTIL_H
|
||||
|
||||
#include "GL/glew.h"
|
||||
#include "glew.h"
|
||||
|
||||
#include "etc-internal.h"
|
||||
#include <QDebug>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
#include "glstate.h"
|
||||
#include "GL/glew.h"
|
||||
#include "glew.h"
|
||||
#include "SDL_rect.h"
|
||||
#include "etc.h"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "perftimer.h"
|
||||
|
||||
#include "SDL_timer.h"
|
||||
#include "GL/glew.h"
|
||||
#include "glew.h"
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "sharedstate.h"
|
||||
#include "glstate.h"
|
||||
|
||||
#include "GL/glew.h"
|
||||
#include "glew.h"
|
||||
|
||||
#include <QFile>
|
||||
|
||||
|
|
Loading…
Reference in New Issue