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/client.c | |
| parent | 509890f14896d2064916555c04a3bfeec537cb1d (diff) | |
Revert "Revert "First pass renaming sreen and widgets.""
This reverts commit 509890f14896d2064916555c04a3bfeec537cb1d.
Diffstat (limited to 'src/client/client.c')
| -rw-r--r-- | src/client/client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/client.c b/src/client/client.c index e92a238..1902be6 100644 --- a/src/client/client.c +++ b/src/client/client.c @@ -23,8 +23,8 @@ #include "client.h" -#include "screen_analyze.h" -#include "screen_world.h" +#include "analyze.h" +#include "world.h" #include "buffer.h" #include "udp.h" |