diff options
Diffstat (limited to 'client/socket.c')
-rw-r--r-- | client/socket.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/socket.c b/client/socket.c index 569fd43..02f501d 100644 --- a/client/socket.c +++ b/client/socket.c @@ -1,5 +1,5 @@ /* - * $Id: socket.c,v 1.11 2008/04/07 14:40:40 schmirl Exp $ + * $Id: socket.c,v 1.12 2008/04/08 14:18:16 schmirl Exp $ */ #include <tools/select.h> @@ -14,7 +14,6 @@ #include "client/socket.h" #include "client/setup.h" #include "common.h" -#include "i18n.h" cClientSocket ClientSocket; |