From a33b03640b98c94b7cd06f45c1c40c39d9d9fc33 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sun, 13 Sep 2020 15:12:08 +0200 Subject: [PATCH] Removed scene.hpp header from chunk.cpp --- src/dragonblocks/chunk.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dragonblocks/chunk.cpp b/src/dragonblocks/chunk.cpp index ad8048d..5c6433d 100644 --- a/src/dragonblocks/chunk.cpp +++ b/src/dragonblocks/chunk.cpp @@ -8,8 +8,6 @@ #include "mesh.hpp" #include "texture.hpp" -#include "scene.hpp" - #define SIZE DRAGONBLOCKS_CHUNK_SIZE using namespace std; -- 2.44.0