summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-29 15:59:32 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-29 15:59:32 +0200
commit4df23d19b7be2f274974e3dfe91e716e6296f11c (patch)
tree144451e77d8363c4c4d15c4f634c30bdf0728131
parentExtended the cFile interface with Printf() (diff)
downloadcuberite-4df23d19b7be2f274974e3dfe91e716e6296f11c.tar
cuberite-4df23d19b7be2f274974e3dfe91e716e6296f11c.tar.gz
cuberite-4df23d19b7be2f274974e3dfe91e716e6296f11c.tar.bz2
cuberite-4df23d19b7be2f274974e3dfe91e716e6296f11c.tar.lz
cuberite-4df23d19b7be2f274974e3dfe91e716e6296f11c.tar.xz
cuberite-4df23d19b7be2f274974e3dfe91e716e6296f11c.tar.zst
cuberite-4df23d19b7be2f274974e3dfe91e716e6296f11c.zip
-rw-r--r--source/Blocks/BlockBed.h (renamed from source/blocks/BlockBed.h)0
-rw-r--r--source/Blocks/BlockCactus.h (renamed from source/blocks/BlockCactus.h)0
-rw-r--r--source/Blocks/BlockChest.h (renamed from source/blocks/BlockChest.h)0
-rw-r--r--source/Blocks/BlockCloth.h (renamed from source/blocks/BlockCloth.h)0
-rw-r--r--source/Blocks/BlockCrops.h (renamed from source/blocks/BlockCrops.h)0
-rw-r--r--source/Blocks/BlockDirt.h (renamed from source/blocks/BlockDirt.h)0
-rw-r--r--source/Blocks/BlockDispenser.h (renamed from source/blocks/BlockDispenser.h)0
-rw-r--r--source/Blocks/BlockDoor.cpp (renamed from source/blocks/BlockDoor.cpp)0
-rw-r--r--source/Blocks/BlockDoor.h (renamed from source/blocks/BlockDoor.h)0
-rw-r--r--source/Blocks/BlockEntity.h (renamed from source/blocks/BlockEntity.h)0
-rw-r--r--source/Blocks/BlockFire.h (renamed from source/blocks/BlockFire.h)0
-rw-r--r--source/Blocks/BlockFlower.h (renamed from source/blocks/BlockFlower.h)0
-rw-r--r--source/Blocks/BlockFluid.h (renamed from source/blocks/BlockFluid.h)0
-rw-r--r--source/Blocks/BlockFurnace.h (renamed from source/blocks/BlockFurnace.h)0
-rw-r--r--source/Blocks/BlockGlowstone.h (renamed from source/blocks/BlockGlowstone.h)0
-rw-r--r--source/Blocks/BlockGravel.h (renamed from source/blocks/BlockGravel.h)0
-rw-r--r--source/Blocks/BlockHandler.cpp (renamed from source/blocks/BlockHandler.cpp)0
-rw-r--r--source/Blocks/BlockHandler.h (renamed from source/blocks/BlockHandler.h)0
-rw-r--r--source/Blocks/BlockIce.h (renamed from source/blocks/BlockIce.h)0
-rw-r--r--source/Blocks/BlockLadder.h (renamed from source/blocks/BlockLadder.h)0
-rw-r--r--source/Blocks/BlockLeaves.h (renamed from source/blocks/BlockLeaves.h)0
-rw-r--r--source/Blocks/BlockMelon.h (renamed from source/blocks/BlockMelon.h)0
-rw-r--r--source/Blocks/BlockMushroom.h (renamed from source/blocks/BlockMushroom.h)0
-rw-r--r--source/Blocks/BlockNote.h (renamed from source/blocks/BlockNote.h)0
-rw-r--r--source/Blocks/BlockOre.h (renamed from source/blocks/BlockOre.h)0
-rw-r--r--source/Blocks/BlockPiston.cpp (renamed from source/blocks/BlockPiston.cpp)0
-rw-r--r--source/Blocks/BlockPiston.h (renamed from source/blocks/BlockPiston.h)0
-rw-r--r--source/Blocks/BlockRedstone.cpp (renamed from source/blocks/BlockRedstone.cpp)0
-rw-r--r--source/Blocks/BlockRedstone.h (renamed from source/blocks/BlockRedstone.h)0
-rw-r--r--source/Blocks/BlockRedstoneRepeater.cpp (renamed from source/blocks/BlockRedstoneRepeater.cpp)0
-rw-r--r--source/Blocks/BlockRedstoneRepeater.h (renamed from source/blocks/BlockRedstoneRepeater.h)0
-rw-r--r--source/Blocks/BlockRedstoneTorch.h (renamed from source/blocks/BlockRedstoneTorch.h)0
-rw-r--r--source/Blocks/BlockSand.h (renamed from source/blocks/BlockSand.h)0
-rw-r--r--source/Blocks/BlockSapling.h (renamed from source/blocks/BlockSapling.h)0
-rw-r--r--source/Blocks/BlockSign.h (renamed from source/blocks/BlockSign.h)0
-rw-r--r--source/Blocks/BlockSlab.h (renamed from source/blocks/BlockSlab.h)0
-rw-r--r--source/Blocks/BlockSnow.h (renamed from source/blocks/BlockSnow.h)0
-rw-r--r--source/Blocks/BlockStairs.h (renamed from source/blocks/BlockStairs.h)0
-rw-r--r--source/Blocks/BlockStems.h (renamed from source/blocks/BlockStems.h)0
-rw-r--r--source/Blocks/BlockStone.h (renamed from source/blocks/BlockStone.h)0
-rw-r--r--source/Blocks/BlockSugarcane.h (renamed from source/blocks/BlockSugarcane.h)0
-rw-r--r--source/Blocks/BlockTallGrass.h (renamed from source/blocks/BlockTallGrass.h)0
-rw-r--r--source/Blocks/BlockTorch.h (renamed from source/blocks/BlockTorch.h)0
-rw-r--r--source/Blocks/BlockVine.h (renamed from source/blocks/BlockVine.h)0
-rw-r--r--source/Blocks/BlockWood.h (renamed from source/blocks/BlockWood.h)0
-rw-r--r--source/Blocks/BlockWorkbench.h (renamed from source/blocks/BlockWorkbench.h)0
-rw-r--r--source/Chunk.cpp2
-rw-r--r--source/ClientHandle.cpp4
-rw-r--r--source/FluidSimulator.cpp2
-rw-r--r--source/Inventory.cpp2
-rw-r--r--source/Items/ItemBed.h (renamed from source/items/ItemBed.h)0
-rw-r--r--source/Items/ItemBucket.h (renamed from source/items/ItemBucket.h)0
-rw-r--r--source/Items/ItemCloth.h (renamed from source/items/ItemCloth.h)0
-rw-r--r--source/Items/ItemDoor.h (renamed from source/items/ItemDoor.h)0
-rw-r--r--source/Items/ItemDye.h (renamed from source/items/ItemDye.h)0
-rw-r--r--source/Items/ItemFood.h (renamed from source/items/ItemFood.h)0
-rw-r--r--source/Items/ItemHandler.cpp (renamed from source/items/ItemHandler.cpp)2
-rw-r--r--source/Items/ItemHandler.h (renamed from source/items/ItemHandler.h)0
-rw-r--r--source/Items/ItemHoe.h (renamed from source/items/ItemHoe.h)0
-rw-r--r--source/Items/ItemLeaves.h (renamed from source/items/ItemLeaves.h)0
-rw-r--r--source/Items/ItemLighter.h (renamed from source/items/ItemLighter.h)0
-rw-r--r--source/Items/ItemPickaxe.h (renamed from source/items/ItemPickaxe.h)0
-rw-r--r--source/Items/ItemRedstoneDust.h (renamed from source/items/ItemRedstoneDust.h)0
-rw-r--r--source/Items/ItemRedstoneRepeater.h (renamed from source/items/ItemRedstoneRepeater.h)0
-rw-r--r--source/Items/ItemSapling.h (renamed from source/items/ItemSapling.h)0
-rw-r--r--source/Items/ItemSeeds.h (renamed from source/items/ItemSeeds.h)0
-rw-r--r--source/Items/ItemShears.h (renamed from source/items/ItemShears.h)0
-rw-r--r--source/Items/ItemShovel.h (renamed from source/items/ItemShovel.h)2
-rw-r--r--source/Items/ItemSign.h (renamed from source/items/ItemSign.h)0
-rw-r--r--source/Items/ItemSlab.h (renamed from source/items/ItemSlab.h)0
-rw-r--r--source/Items/ItemSugarcane.h (renamed from source/items/ItemSugarcane.h)0
-rw-r--r--source/Items/ItemSword.h (renamed from source/items/ItemSword.h)0
-rw-r--r--source/Items/ItemWood.h (renamed from source/items/ItemWood.h)0
-rw-r--r--source/Piston.cpp2
-rw-r--r--source/Root.cpp4
-rw-r--r--source/UI/Window.cpp2
-rw-r--r--source/World.cpp2
77 files changed, 12 insertions, 12 deletions
diff --git a/source/blocks/BlockBed.h b/source/Blocks/BlockBed.h
index cbef5bb4d..cbef5bb4d 100644
--- a/source/blocks/BlockBed.h
+++ b/source/Blocks/BlockBed.h
diff --git a/source/blocks/BlockCactus.h b/source/Blocks/BlockCactus.h
index 964646299..964646299 100644
--- a/source/blocks/BlockCactus.h
+++ b/source/Blocks/BlockCactus.h
diff --git a/source/blocks/BlockChest.h b/source/Blocks/BlockChest.h
index db67fe1c8..db67fe1c8 100644
--- a/source/blocks/BlockChest.h
+++ b/source/Blocks/BlockChest.h
diff --git a/source/blocks/BlockCloth.h b/source/Blocks/BlockCloth.h
index 452ad2237..452ad2237 100644
--- a/source/blocks/BlockCloth.h
+++ b/source/Blocks/BlockCloth.h
diff --git a/source/blocks/BlockCrops.h b/source/Blocks/BlockCrops.h
index b30139e79..b30139e79 100644
--- a/source/blocks/BlockCrops.h
+++ b/source/Blocks/BlockCrops.h
diff --git a/source/blocks/BlockDirt.h b/source/Blocks/BlockDirt.h
index 5a2487f1b..5a2487f1b 100644
--- a/source/blocks/BlockDirt.h
+++ b/source/Blocks/BlockDirt.h
diff --git a/source/blocks/BlockDispenser.h b/source/Blocks/BlockDispenser.h
index eee75a39a..eee75a39a 100644
--- a/source/blocks/BlockDispenser.h
+++ b/source/Blocks/BlockDispenser.h
diff --git a/source/blocks/BlockDoor.cpp b/source/Blocks/BlockDoor.cpp
index deed8a256..deed8a256 100644
--- a/source/blocks/BlockDoor.cpp
+++ b/source/Blocks/BlockDoor.cpp
diff --git a/source/blocks/BlockDoor.h b/source/Blocks/BlockDoor.h
index 3316f50a4..3316f50a4 100644
--- a/source/blocks/BlockDoor.h
+++ b/source/Blocks/BlockDoor.h
diff --git a/source/blocks/BlockEntity.h b/source/Blocks/BlockEntity.h
index caf6ee342..caf6ee342 100644
--- a/source/blocks/BlockEntity.h
+++ b/source/Blocks/BlockEntity.h
diff --git a/source/blocks/BlockFire.h b/source/Blocks/BlockFire.h
index 1fecf9a14..1fecf9a14 100644
--- a/source/blocks/BlockFire.h
+++ b/source/Blocks/BlockFire.h
diff --git a/source/blocks/BlockFlower.h b/source/Blocks/BlockFlower.h
index 35a55fcac..35a55fcac 100644
--- a/source/blocks/BlockFlower.h
+++ b/source/Blocks/BlockFlower.h
diff --git a/source/blocks/BlockFluid.h b/source/Blocks/BlockFluid.h
index c5ac660b0..c5ac660b0 100644
--- a/source/blocks/BlockFluid.h
+++ b/source/Blocks/BlockFluid.h
diff --git a/source/blocks/BlockFurnace.h b/source/Blocks/BlockFurnace.h
index 4157b5049..4157b5049 100644
--- a/source/blocks/BlockFurnace.h
+++ b/source/Blocks/BlockFurnace.h
diff --git a/source/blocks/BlockGlowstone.h b/source/Blocks/BlockGlowstone.h
index 0b906e2fe..0b906e2fe 100644
--- a/source/blocks/BlockGlowstone.h
+++ b/source/Blocks/BlockGlowstone.h
diff --git a/source/blocks/BlockGravel.h b/source/Blocks/BlockGravel.h
index da47db9bb..da47db9bb 100644
--- a/source/blocks/BlockGravel.h
+++ b/source/Blocks/BlockGravel.h
diff --git a/source/blocks/BlockHandler.cpp b/source/Blocks/BlockHandler.cpp
index e6b384a23..e6b384a23 100644
--- a/source/blocks/BlockHandler.cpp
+++ b/source/Blocks/BlockHandler.cpp
diff --git a/source/blocks/BlockHandler.h b/source/Blocks/BlockHandler.h
index 859870c4a..859870c4a 100644
--- a/source/blocks/BlockHandler.h
+++ b/source/Blocks/BlockHandler.h
diff --git a/source/blocks/BlockIce.h b/source/Blocks/BlockIce.h
index cc5cc8920..cc5cc8920 100644
--- a/source/blocks/BlockIce.h
+++ b/source/Blocks/BlockIce.h
diff --git a/source/blocks/BlockLadder.h b/source/Blocks/BlockLadder.h
index ee48df848..ee48df848 100644
--- a/source/blocks/BlockLadder.h
+++ b/source/Blocks/BlockLadder.h
diff --git a/source/blocks/BlockLeaves.h b/source/Blocks/BlockLeaves.h
index 65c47f8de..65c47f8de 100644
--- a/source/blocks/BlockLeaves.h
+++ b/source/Blocks/BlockLeaves.h
diff --git a/source/blocks/BlockMelon.h b/source/Blocks/BlockMelon.h
index 87fb7e1e8..87fb7e1e8 100644
--- a/source/blocks/BlockMelon.h
+++ b/source/Blocks/BlockMelon.h
diff --git a/source/blocks/BlockMushroom.h b/source/Blocks/BlockMushroom.h
index c4119bad0..c4119bad0 100644
--- a/source/blocks/BlockMushroom.h
+++ b/source/Blocks/BlockMushroom.h
diff --git a/source/blocks/BlockNote.h b/source/Blocks/BlockNote.h
index 896a5d03b..896a5d03b 100644
--- a/source/blocks/BlockNote.h
+++ b/source/Blocks/BlockNote.h
diff --git a/source/blocks/BlockOre.h b/source/Blocks/BlockOre.h
index 556a215ce..556a215ce 100644
--- a/source/blocks/BlockOre.h
+++ b/source/Blocks/BlockOre.h
diff --git a/source/blocks/BlockPiston.cpp b/source/Blocks/BlockPiston.cpp
index a4ed13d88..a4ed13d88 100644
--- a/source/blocks/BlockPiston.cpp
+++ b/source/Blocks/BlockPiston.cpp
diff --git a/source/blocks/BlockPiston.h b/source/Blocks/BlockPiston.h
index dbce9bae5..dbce9bae5 100644
--- a/source/blocks/BlockPiston.h
+++ b/source/Blocks/BlockPiston.h
diff --git a/source/blocks/BlockRedstone.cpp b/source/Blocks/BlockRedstone.cpp
index 7653436f4..7653436f4 100644
--- a/source/blocks/BlockRedstone.cpp
+++ b/source/Blocks/BlockRedstone.cpp
diff --git a/source/blocks/BlockRedstone.h b/source/Blocks/BlockRedstone.h
index 9b83b1b29..9b83b1b29 100644
--- a/source/blocks/BlockRedstone.h
+++ b/source/Blocks/BlockRedstone.h
diff --git a/source/blocks/BlockRedstoneRepeater.cpp b/source/Blocks/BlockRedstoneRepeater.cpp
index 861f6e221..861f6e221 100644
--- a/source/blocks/BlockRedstoneRepeater.cpp
+++ b/source/Blocks/BlockRedstoneRepeater.cpp
diff --git a/source/blocks/BlockRedstoneRepeater.h b/source/Blocks/BlockRedstoneRepeater.h
index a928f554f..a928f554f 100644
--- a/source/blocks/BlockRedstoneRepeater.h
+++ b/source/Blocks/BlockRedstoneRepeater.h
diff --git a/source/blocks/BlockRedstoneTorch.h b/source/Blocks/BlockRedstoneTorch.h
index eeb2afc5c..eeb2afc5c 100644
--- a/source/blocks/BlockRedstoneTorch.h
+++ b/source/Blocks/BlockRedstoneTorch.h
diff --git a/source/blocks/BlockSand.h b/source/Blocks/BlockSand.h
index 69fda5ec6..69fda5ec6 100644
--- a/source/blocks/BlockSand.h
+++ b/source/Blocks/BlockSand.h
diff --git a/source/blocks/BlockSapling.h b/source/Blocks/BlockSapling.h
index c9862349a..c9862349a 100644
--- a/source/blocks/BlockSapling.h
+++ b/source/Blocks/BlockSapling.h
diff --git a/source/blocks/BlockSign.h b/source/Blocks/BlockSign.h
index dd82605b3..dd82605b3 100644
--- a/source/blocks/BlockSign.h
+++ b/source/Blocks/BlockSign.h
diff --git a/source/blocks/BlockSlab.h b/source/Blocks/BlockSlab.h
index ad9970d67..ad9970d67 100644
--- a/source/blocks/BlockSlab.h
+++ b/source/Blocks/BlockSlab.h
diff --git a/source/blocks/BlockSnow.h b/source/Blocks/BlockSnow.h
index c8e6b4c1c..c8e6b4c1c 100644
--- a/source/blocks/BlockSnow.h
+++ b/source/Blocks/BlockSnow.h
diff --git a/source/blocks/BlockStairs.h b/source/Blocks/BlockStairs.h
index 4d0007bc5..4d0007bc5 100644
--- a/source/blocks/BlockStairs.h
+++ b/source/Blocks/BlockStairs.h
diff --git a/source/blocks/BlockStems.h b/source/Blocks/BlockStems.h
index be4519a52..be4519a52 100644
--- a/source/blocks/BlockStems.h
+++ b/source/Blocks/BlockStems.h
diff --git a/source/blocks/BlockStone.h b/source/Blocks/BlockStone.h
index 8b645bf1e..8b645bf1e 100644
--- a/source/blocks/BlockStone.h
+++ b/source/Blocks/BlockStone.h
diff --git a/source/blocks/BlockSugarcane.h b/source/Blocks/BlockSugarcane.h
index 1d477b42b..1d477b42b 100644
--- a/source/blocks/BlockSugarcane.h
+++ b/source/Blocks/BlockSugarcane.h
diff --git a/source/blocks/BlockTallGrass.h b/source/Blocks/BlockTallGrass.h
index f5bb1b373..f5bb1b373 100644
--- a/source/blocks/BlockTallGrass.h
+++ b/source/Blocks/BlockTallGrass.h
diff --git a/source/blocks/BlockTorch.h b/source/Blocks/BlockTorch.h
index 450b5ecab..450b5ecab 100644
--- a/source/blocks/BlockTorch.h
+++ b/source/Blocks/BlockTorch.h
diff --git a/source/blocks/BlockVine.h b/source/Blocks/BlockVine.h
index 56317219a..56317219a 100644
--- a/source/blocks/BlockVine.h
+++ b/source/Blocks/BlockVine.h
diff --git a/source/blocks/BlockWood.h b/source/Blocks/BlockWood.h
index d71d5d71c..d71d5d71c 100644
--- a/source/blocks/BlockWood.h
+++ b/source/Blocks/BlockWood.h
diff --git a/source/blocks/BlockWorkbench.h b/source/Blocks/BlockWorkbench.h
index c1c004dc5..c1c004dc5 100644
--- a/source/blocks/BlockWorkbench.h
+++ b/source/Blocks/BlockWorkbench.h
diff --git a/source/Chunk.cpp b/source/Chunk.cpp
index cb4e5511f..e7a828c66 100644
--- a/source/Chunk.cpp
+++ b/source/Chunk.cpp
@@ -29,7 +29,7 @@
#include "Player.h"
#include "BlockArea.h"
#include "PluginManager.h"
-#include "blocks/BlockHandler.h"
+#include "Blocks/BlockHandler.h"
#include <json/json.h>
diff --git a/source/ClientHandle.cpp b/source/ClientHandle.cpp
index e32e03f16..1585a08b0 100644
--- a/source/ClientHandle.cpp
+++ b/source/ClientHandle.cpp
@@ -23,8 +23,8 @@
#include "ChatColor.h"
#include "OSSupport/Socket.h"
#include "OSSupport/Timer.h"
-#include "items/ItemHandler.h"
-#include "blocks/BlockHandler.h"
+#include "Items/ItemHandler.h"
+#include "Blocks/BlockHandler.h"
#include "Tracer.h"
#include "Vector3f.h"
diff --git a/source/FluidSimulator.cpp b/source/FluidSimulator.cpp
index 804db9d36..d8007b9bf 100644
--- a/source/FluidSimulator.cpp
+++ b/source/FluidSimulator.cpp
@@ -9,7 +9,7 @@
#include "BlockID.h"
#include "Defines.h"
#include "Item.h"
-#include "blocks/BlockHandler.h"
+#include "Blocks/BlockHandler.h"
diff --git a/source/Inventory.cpp b/source/Inventory.cpp
index 1ad349fb5..c35a6c5d0 100644
--- a/source/Inventory.cpp
+++ b/source/Inventory.cpp
@@ -10,7 +10,7 @@
#include <json/json.h>
-#include "items/ItemHandler.h"
+#include "Items/ItemHandler.h"
diff --git a/source/items/ItemBed.h b/source/Items/ItemBed.h
index b49df65a3..b49df65a3 100644
--- a/source/items/ItemBed.h
+++ b/source/Items/ItemBed.h
diff --git a/source/items/ItemBucket.h b/source/Items/ItemBucket.h
index 736112960..736112960 100644
--- a/source/items/ItemBucket.h
+++ b/source/Items/ItemBucket.h
diff --git a/source/items/ItemCloth.h b/source/Items/ItemCloth.h
index 5de064397..5de064397 100644
--- a/source/items/ItemCloth.h
+++ b/source/Items/ItemCloth.h
diff --git a/source/items/ItemDoor.h b/source/Items/ItemDoor.h
index 6e841333f..6e841333f 100644
--- a/source/items/ItemDoor.h
+++ b/source/Items/ItemDoor.h
diff --git a/source/items/ItemDye.h b/source/Items/ItemDye.h
index 5b21a501c..5b21a501c 100644
--- a/source/items/ItemDye.h
+++ b/source/Items/ItemDye.h
diff --git a/source/items/ItemFood.h b/source/Items/ItemFood.h
index 6e5a27d5d..6e5a27d5d 100644
--- a/source/items/ItemFood.h
+++ b/source/Items/ItemFood.h
diff --git a/source/items/ItemHandler.cpp b/source/Items/ItemHandler.cpp
index 63d4f4258..49ed865e7 100644
--- a/source/items/ItemHandler.cpp
+++ b/source/Items/ItemHandler.cpp
@@ -28,7 +28,7 @@
#include "ItemSign.h"
#include "ItemBed.h"
-#include "../blocks/BlockHandler.h"
+#include "../Blocks/BlockHandler.h"
diff --git a/source/items/ItemHandler.h b/source/Items/ItemHandler.h
index 67935ecb4..67935ecb4 100644
--- a/source/items/ItemHandler.h
+++ b/source/Items/ItemHandler.h
diff --git a/source/items/ItemHoe.h b/source/Items/ItemHoe.h
index e7ea9135c..e7ea9135c 100644
--- a/source/items/ItemHoe.h
+++ b/source/Items/ItemHoe.h
diff --git a/source/items/ItemLeaves.h b/source/Items/ItemLeaves.h
index f96adb0b8..f96adb0b8 100644
--- a/source/items/ItemLeaves.h
+++ b/source/Items/ItemLeaves.h
diff --git a/source/items/ItemLighter.h b/source/Items/ItemLighter.h
index 92279aafa..92279aafa 100644
--- a/source/items/ItemLighter.h
+++ b/source/Items/ItemLighter.h
diff --git a/source/items/ItemPickaxe.h b/source/Items/ItemPickaxe.h
index 158aca44f..158aca44f 100644
--- a/source/items/ItemPickaxe.h
+++ b/source/Items/ItemPickaxe.h
diff --git a/source/items/ItemRedstoneDust.h b/source/Items/ItemRedstoneDust.h
index 1ce316d9e..1ce316d9e 100644
--- a/source/items/ItemRedstoneDust.h
+++ b/source/Items/ItemRedstoneDust.h
diff --git a/source/items/ItemRedstoneRepeater.h b/source/Items/ItemRedstoneRepeater.h
index c31c2af53..c31c2af53 100644
--- a/source/items/ItemRedstoneRepeater.h
+++ b/source/Items/ItemRedstoneRepeater.h
diff --git a/source/items/ItemSapling.h b/source/Items/ItemSapling.h
index b0c223f29..b0c223f29 100644
--- a/source/items/ItemSapling.h
+++ b/source/Items/ItemSapling.h
diff --git a/source/items/ItemSeeds.h b/source/Items/ItemSeeds.h
index 3eb9d6e86..3eb9d6e86 100644
--- a/source/items/ItemSeeds.h
+++ b/source/Items/ItemSeeds.h
diff --git a/source/items/ItemShears.h b/source/Items/ItemShears.h
index 2f3476735..2f3476735 100644
--- a/source/items/ItemShears.h
+++ b/source/Items/ItemShears.h
diff --git a/source/items/ItemShovel.h b/source/Items/ItemShovel.h
index 24928efb8..f5a65795a 100644
--- a/source/items/ItemShovel.h
+++ b/source/Items/ItemShovel.h
@@ -5,7 +5,7 @@
#include "../World.h"
#include "../Player.h"
-#include "../blocks/BlockHandler.h"
+#include "../Blocks/BlockHandler.h"
diff --git a/source/items/ItemSign.h b/source/Items/ItemSign.h
index a0c6aaa9c..a0c6aaa9c 100644
--- a/source/items/ItemSign.h
+++ b/source/Items/ItemSign.h
diff --git a/source/items/ItemSlab.h b/source/Items/ItemSlab.h
index 0bab038a2..0bab038a2 100644
--- a/source/items/ItemSlab.h
+++ b/source/Items/ItemSlab.h
diff --git a/source/items/ItemSugarcane.h b/source/Items/ItemSugarcane.h
index 4fdf43428..4fdf43428 100644
--- a/source/items/ItemSugarcane.h
+++ b/source/Items/ItemSugarcane.h
diff --git a/source/items/ItemSword.h b/source/Items/ItemSword.h
index eb4aa0ef9..eb4aa0ef9 100644
--- a/source/items/ItemSword.h
+++ b/source/Items/ItemSword.h
diff --git a/source/items/ItemWood.h b/source/Items/ItemWood.h
index d6f66d1c5..d6f66d1c5 100644
--- a/source/items/ItemWood.h
+++ b/source/Items/ItemWood.h
diff --git a/source/Piston.cpp b/source/Piston.cpp
index a4c014729..750d76bb0 100644
--- a/source/Piston.cpp
+++ b/source/Piston.cpp
@@ -11,7 +11,7 @@
#include "World.h"
#include "BlockID.h"
#include "Server.h"
-#include "blocks/BlockHandler.h"
+#include "Blocks/BlockHandler.h"
extern bool g_BlockPistonBreakable[];
diff --git a/source/Root.cpp b/source/Root.cpp
index 2a6afc0e7..1b7f90d60 100644
--- a/source/Root.cpp
+++ b/source/Root.cpp
@@ -12,8 +12,8 @@
#include "MonsterConfig.h"
#include "Redstone.h"
#include "Player.h"
-#include "blocks/BlockHandler.h"
-#include "items/ItemHandler.h"
+#include "Blocks/BlockHandler.h"
+#include "Items/ItemHandler.h"
#include "Chunk.h"
#ifdef USE_SQUIRREL
diff --git a/source/UI/Window.cpp b/source/UI/Window.cpp
index b3d72570c..ad9ce67c7 100644
--- a/source/UI/Window.cpp
+++ b/source/UI/Window.cpp
@@ -8,7 +8,7 @@
#include "../Pickup.h"
#include "../Inventory.h"
#include "WindowOwner.h"
-#include "../items/ItemHandler.h"
+#include "../Items/ItemHandler.h"
#include "SlotArea.h"
#include "../ChestEntity.h"
diff --git a/source/World.cpp b/source/World.cpp
index 184cff869..03438b227 100644
--- a/source/World.cpp
+++ b/source/World.cpp
@@ -43,7 +43,7 @@
#include "Tracer.h"
#include "Generating/Trees.h"
#include "PluginManager.h"
-#include "blocks/BlockHandler.h"
+#include "Blocks/BlockHandler.h"
#include "Vector3d.h"
#include "tolua++.h"