summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockBed.h
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-09-26 19:13:19 +0200
committerTycho <work.tycho+git@gmail.com>2014-09-26 19:13:19 +0200
commita3f940f47c8981146feed66225c1dd8066bac0e2 (patch)
tree7b8cb0de72a5a7e47310f8a06088d4b8156eec1c /src/Blocks/BlockBed.h
parentMerge pull request #1419 from mc-server/redstoneTests (diff)
downloadcuberite-a3f940f47c8981146feed66225c1dd8066bac0e2.tar
cuberite-a3f940f47c8981146feed66225c1dd8066bac0e2.tar.gz
cuberite-a3f940f47c8981146feed66225c1dd8066bac0e2.tar.bz2
cuberite-a3f940f47c8981146feed66225c1dd8066bac0e2.tar.lz
cuberite-a3f940f47c8981146feed66225c1dd8066bac0e2.tar.xz
cuberite-a3f940f47c8981146feed66225c1dd8066bac0e2.tar.zst
cuberite-a3f940f47c8981146feed66225c1dd8066bac0e2.zip
Diffstat (limited to 'src/Blocks/BlockBed.h')
-rw-r--r--src/Blocks/BlockBed.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Blocks/BlockBed.h b/src/Blocks/BlockBed.h
index bf9d9c01d..9fd45644b 100644
--- a/src/Blocks/BlockBed.h
+++ b/src/Blocks/BlockBed.h
@@ -2,12 +2,14 @@
#pragma once
#include "BlockHandler.h"
-#include "ChunkInterface.h"
-#include "WorldInterface.h"
#include "MetaRotator.h"
-#include "../Entities/Player.h"
+#include "Item.h"
+class cChunkInterface;
+class cPlayer;
+class cWorldInterface;
+