mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
[SSSTARS]
Fix include paths casing. svn path=/trunk/; revision=54695
This commit is contained in:
parent
e873fe63ce
commit
0eecf78205
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@
|
|||
#include <time.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <gl/gl.h>
|
||||
#include <gl/glu.h>
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
|
||||
#include "resource.h"
|
||||
#include "settings.h"
|
||||
|
|
Loading…
Reference in a new issue