From a2e3e32235f40f135e34906db887428a3dc52e5a Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 27 Aug 2010 13:27:18 +0000 Subject: Make locale options non-optional. Everyone's expected to have locale.h nowadays. --- vchat-client.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'vchat-client.c') diff --git a/vchat-client.c b/vchat-client.c index 05e0b3d..c6fa34d 100755 --- a/vchat-client.c +++ b/vchat-client.c @@ -26,9 +26,6 @@ #include #include #include -#ifndef NO_LOCALE -#include -#endif #include "vchat.h" /* version of this module */ -- cgit v1.2.3