Removed unused glm dependency

This commit is contained in:
Maschell 2020-08-30 16:53:07 +02:00
parent 91d84b3d60
commit 9562189313
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@
#include <SDL2/SDL_render.h>
#include "GuiElement.h"
#include "glm/glm.hpp"
//!Display, manage, and manipulate images in the GUI
class GuiImage : public GuiElement {

View File

@ -18,7 +18,6 @@
#include "GuiElement.h"
#include <mutex>
#include <glm/vec4.hpp>
#include <SDL2/SDL_ttf.h>