summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-06-21 23:10:18 -0400
committerTingPing <tingping@tingping.se>2014-06-21 23:10:18 -0400
commitc3c6b46230df853b51b0979c1c5a561517b000a0 (patch)
treeb660ff7ed34b400e168f817135113f692ac706cf /src/common/hexchat.h
parent47b4b0da8a3f7203951f9c9bd76dbd559eeb17a5 (diff)
Clean up includes for gettext
It is always enabled.
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r--src/common/hexchat.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h
index 445455d2..c0a7d253 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -21,6 +21,7 @@
 
 #include <glib.h>
 #include <glib/gstdio.h>
+#include <glib/gi18n.h>
 
 #include <time.h>			/* need time_t */
 
@@ -92,20 +93,6 @@
 #define USERNAMELEN 10
 #define HIDDEN_CHAR	8			/* invisible character for xtext */
 
-#if defined(ENABLE_NLS) && !defined(_)
-#  include <libintl.h>
-#  define _(x) gettext(x)
-#  ifdef gettext_noop
-#    define N_(String) gettext_noop (String)
-#  else
-#    define N_(String) (String)
-#  endif
-#endif
-#if !defined(_)
-#  define N_(String) (String)
-#  define _(x) (x)
-#endif
-
 struct nbexec
 {
 	int myfd;