summaryrefslogtreecommitdiff
path: root/src/object/stoneTablet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/stoneTablet.c')
-rw-r--r--src/object/stoneTablet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/stoneTablet.c b/src/object/stoneTablet.c
index 99e45cbe..efd6bbfe 100644
--- a/src/object/stoneTablet.c
+++ b/src/object/stoneTablet.c
@@ -5,9 +5,9 @@
* @brief Stone Tablet object
*/
#include "entity.h"
-#include "functions.h"
#include "room.h"
#include "tiles.h"
+#include "beanstalkSubtask.h"
void StoneTablet_Init(Entity*);
void StoneTablet_Action1(Entity*);