summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockBed.h
diff options
context:
space:
mode:
authorLukas Pioch <lukas@zgow.de>2017-08-06 21:57:44 +0200
committerworktycho <work.tycho@gmail.com>2017-08-06 21:57:44 +0200
commit07f25253a2190abfb10a27e25a72eb052421992f (patch)
tree0743d0f2f270100642dba35ed0b98add3b2d1c5a /src/Blocks/BlockBed.h
parentFixed compilation for clang 4.0 & gcc 7.1 (diff)
downloadcuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar
cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.gz
cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.bz2
cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.lz
cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.xz
cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.zst
cuberite-07f25253a2190abfb10a27e25a72eb052421992f.zip
Diffstat (limited to 'src/Blocks/BlockBed.h')
-rw-r--r--src/Blocks/BlockBed.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Blocks/BlockBed.h b/src/Blocks/BlockBed.h
index 9500dae9b..634c7dd3a 100644
--- a/src/Blocks/BlockBed.h
+++ b/src/Blocks/BlockBed.h
@@ -4,10 +4,8 @@
#pragma once
#include "BlockEntity.h"
-#include "BlockHandler.h"
#include "MetaRotator.h"
#include "ChunkInterface.h"
-#include "../World.h"
#include "../Entities/Entity.h"