From: Bastien Nocera <hadess@hadess.net>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ 3/3] shared: Remove unneeded glib includes
Date: Thu, 2 Apr 2026 17:44:43 +0200 [thread overview]
Message-ID: <20260402154520.48939-3-hadess@hadess.net> (raw)
In-Reply-To: <20260402154520.48939-1-hadess@hadess.net>
glib was included, but no glib functions or data types were being used,
so remove those includes.
---
src/shared/csip.c | 2 --
src/shared/rap.c | 1 -
2 files changed, 3 deletions(-)
diff --git a/src/shared/csip.c b/src/shared/csip.c
index c5b77001a1aa..06b1606d9123 100644
--- a/src/shared/csip.c
+++ b/src/shared/csip.c
@@ -15,8 +15,6 @@
#include <unistd.h>
#include <errno.h>
-#include <glib.h>
-
#include "bluetooth/bluetooth.h"
#include "bluetooth/uuid.h"
diff --git a/src/shared/rap.c b/src/shared/rap.c
index 39ef3f2783c4..ccf3e6f33793 100644
--- a/src/shared/rap.c
+++ b/src/shared/rap.c
@@ -12,7 +12,6 @@
#include <stdbool.h>
#include <unistd.h>
#include <errno.h>
-#include <glib.h>
#include "bluetooth/bluetooth.h"
#include "bluetooth/uuid.h"
--
2.53.0
next prev parent reply other threads:[~2026-04-02 15:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-02 15:44 [PATCH BlueZ 1/3] shared: Add single-link list implementation Bastien Nocera
2026-04-02 15:44 ` [PATCH BlueZ 2/3] shared: Remove glib dependency from src/shared/ad.c Bastien Nocera
2026-04-02 16:23 ` Luiz Augusto von Dentz
2026-04-03 8:40 ` Bastien Nocera
2026-04-02 15:44 ` Bastien Nocera [this message]
2026-04-02 16:33 ` [BlueZ,1/3] shared: Add single-link list implementation bluez.test.bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260402154520.48939-3-hadess@hadess.net \
--to=hadess@hadess.net \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox