mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Corrects two improper include paths.
This commit is contained in:
parent
f0ec9fa5d2
commit
312f38906b
@ -9,7 +9,7 @@
|
||||
#ifndef Rectangle_hpp
|
||||
#define Rectangle_hpp
|
||||
|
||||
#include "OpenGL.hpp"
|
||||
#include "../OpenGL.hpp"
|
||||
#include "Shader.hpp"
|
||||
#include <memory>
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
#ifndef TextureTarget_hpp
|
||||
#define TextureTarget_hpp
|
||||
|
||||
#include "OpenGL.hpp"
|
||||
#include "../OpenGL.hpp"
|
||||
#include "Shader.hpp"
|
||||
#include <memory>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user