cleanup header

This commit is contained in:
Bruno
2021-02-07 20:48:10 +01:00
parent 5d23a285b4
commit 79540c0232

View File

@@ -1,9 +1,7 @@
#ifndef DRAWVISITOR_H
#define DRAWVISITOR_H
#include <vector>
#include <glm/glm.hpp>
#include "GlmToolkit.h"
#include "Visitor.h"
class DrawVisitor : public Visitor