aboutsummaryrefslogtreecommitdiff
path: root/includes/hardinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/hardinfo.h')
-rw-r--r--includes/hardinfo.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/includes/hardinfo.h b/includes/hardinfo.h
index cef49489..598d7717 100644
--- a/includes/hardinfo.h
+++ b/includes/hardinfo.h
@@ -23,12 +23,7 @@
#include "config.h"
#include "shell.h"
#include "vendor.h"
-#include <libintl.h>
-#include <locale.h>
-#define _(STRING) gettext(STRING)
-#define N_(STRING) (STRING)
-#define C_(CTX, STRING) pgettext(CTX, STRING)
-#define NC_(CTX, STRING) (STRING)
+#include "gettext.h"
#ifndef LOCALEDIR
#define LOCALEDIR "/usr/share/locale"