summaryrefslogtreecommitdiff
path: root/libnm/nm-device-bt.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/nm-device-bt.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/nm-device-bt.c')
-rw-r--r--libnm/nm-device-bt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libnm/nm-device-bt.c b/libnm/nm-device-bt.c
index 1a0ecb98fa..f89be17221 100644
--- a/libnm/nm-device-bt.c
+++ b/libnm/nm-device-bt.c
@@ -22,7 +22,6 @@
#include "config.h"
#include <string.h>
-#include <glib/gi18n-lib.h>
#include <nm-setting-connection.h>
#include <nm-setting-bluetooth.h>