summaryrefslogtreecommitdiff
path: root/libnm-util/crypto.c
diff options
context:
space:
mode:
authorDan Winship <danw@redhat.com>2015-08-04 13:02:19 -0400
committerThomas Haller <thaller@redhat.com>2015-08-05 15:35:51 +0200
commit22e1a97e122b9c563a4da76bfdb2bd3e77dddccf (patch)
treec5ea5b9dae4e7093545eb6e3e0ffa042578a6817 /libnm-util/crypto.c
parent7363dc94c6591e8d08910bfbc54a654fa81da37a (diff)
downloadNetworkManager-22e1a97e122b9c563a4da76bfdb2bd3e77dddccf.tar.gz
all: drop includes to <glib/gi18n.h> for "nm-default.h"
The localization headers are now included via "nm-default.h". Also fixes several places, where we wrongly included <glib/gi18n-lib.h> instead of <glib/gi18n.h>. For example under "clients/" directory.
Diffstat (limited to 'libnm-util/crypto.c')
-rw-r--r--libnm-util/crypto.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libnm-util/crypto.c b/libnm-util/crypto.c
index fccf05d1a6..757fdbe014 100644
--- a/libnm-util/crypto.c
+++ b/libnm-util/crypto.c
@@ -27,7 +27,6 @@
#include <strings.h>
#include <unistd.h>
#include <stdlib.h>
-#include <glib/gi18n-lib.h>
#include "nm-default.h"
#include "crypto.h"