diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-03 13:56:55 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-03 13:56:55 +0100 |
| commit | 87821f04c9565450d8e724be76993ae5ea2c20c4 (patch) | |
| tree | cd98fd39a789464294fd05ae00eeea5bd9411138 /src/client/chat.c | |
| parent | 509890f14896d2064916555c04a3bfeec537cb1d (diff) | |
Revert "Revert "First pass renaming sreen and widgets.""
This reverts commit 509890f14896d2064916555c04a3bfeec537cb1d.
Diffstat (limited to 'src/client/chat.c')
| -rw-r--r-- | src/client/chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/chat.c b/src/client/chat.c index 6ca9ec9..b446b08 100644 --- a/src/client/chat.c +++ b/src/client/chat.c @@ -11,7 +11,7 @@ #include "serverSendMsg.h" #include "net_multiplayer.h" -#include "screen_world.h" +#include "world.h" #include "proto.h" #include "interface.h" #include "chat.h" |