# HG changeset patch # User koryspansel # Date 1318366180 25200 # Node ID 9a9be3d8632e4cfb833b363ab72a49b6a3ab0193 # Parent bc8afcf7e1ecd5a722a972cbd5576d691841b6ea Remove reference to World.h diff -r bc8afcf7e1ec -r 9a9be3d8632e LightClone/Source/Mediator.h --- a/LightClone/Source/Mediator.h Tue Oct 11 13:20:43 2011 -0700 +++ b/LightClone/Source/Mediator.h Tue Oct 11 13:49:40 2011 -0700 @@ -12,7 +12,6 @@ #include "GraphicsDevice.h" #include "ResourceManager.h" #include "RenderContext.h" -#include "World.h" #include "ServiceProvider.h" #include "ScreenManager.h" #include "MainScreen.h"