* remove deleted include
authorWilfried Göesgens <willi@citadel.org>
Sat, 1 Aug 2009 10:21:28 +0000 (10:21 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 1 Aug 2009 10:21:28 +0000 (10:21 +0000)
webcit/setup.c
webcit/webcit.h

index 2eaeae5b74c193dad9e006e121090fc0b7af361d..dca58630e23cf86e64a15c5fa3cdb60bbbcea993 100644 (file)
@@ -30,8 +30,6 @@ void RegisterNS(const char *NSName, long len,
                int ContextRequired){}
 pthread_key_t MyConKey;
 
-#include "wc_gettext.h"
-
 #ifdef ENABLE_NLS
 
 #ifdef HAVE_USELOCALE 
index f7e0c121494164cae3c20f52b8a6d1debf6ed245..b2d5e5d813ebb9c34d4c4eb416c58bcf0675a635 100644 (file)
@@ -87,7 +87,6 @@
 #include "sysdep.h"
 
 #include "subst.h"
-#include "wc_gettext.h"
 #include "messages.h"
 #include "paramhandling.h"
 #include "preferences.h"