Changed to relative #include paths.

This commit is contained in:
William Moberg
2016-01-13 15:53:55 +01:00
parent a58cc33ed0
commit a143ae7c85
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#define Ray_h__
#include "../GLM.h"
#include "Common.h"
#include "../Common.h"
class Ray
{