Browse Source

removed old includes

Kolja Strohm 3 years ago
parent
commit
1c827c2f83
3 changed files with 0 additions and 4 deletions
  1. 0 2
      FactoryCraft/Block.h
  2. 0 1
      FactoryCraft/Chunk.h
  3. 0 1
      FactoryCraft/Inventory.h

+ 0 - 2
FactoryCraft/Block.h

@@ -1,9 +1,7 @@
 #pragma once
 
-#include "EventListener.h"
 #include "BlockType.h"
 #include "ReferenceCounter.h"
-#include "EventThrower.h"
 #include "Item.h"
 #include "Inventory.h"
 #include "NetworkResponse.h"

+ 0 - 1
FactoryCraft/Chunk.h

@@ -1,7 +1,6 @@
 #pragma once
 
 #include "Block.h"
-#include "DefaultEventListener.h"
 
 #include <Vec3.h>
 #include <Array.h>

+ 0 - 1
FactoryCraft/Inventory.h

@@ -5,7 +5,6 @@
 #include <HashMap.h>
 
 #include "ItemSlot.h"
-#include "EventThrower.h"
 #include "Area.h"
 
 class ItemFilter;