diff options
Diffstat (limited to 'source/cPlayer.cpp')
-rw-r--r-- | source/cPlayer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cPlayer.cpp b/source/cPlayer.cpp index e0d1eef6e..65132296f 100644 --- a/source/cPlayer.cpp +++ b/source/cPlayer.cpp @@ -4,8 +4,8 @@ #include "cPlayer.h" #include "cServer.h" #include "cClientHandle.h" -#include "UI/cWindow.h" -#include "UI/cWindowOwner.h" +#include "UI/Window.h" +#include "UI/WindowOwner.h" #include "cWorld.h" #include "cPickup.h" #include "cPluginManager.h" |