[gnome-bluetooth/wip/hadess/gtk-includes: 1/3] tests: Adapt includes to our usage




commit 5d711508536b9a7b60d3a38222443796f738bea0
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Dec 6 13:40:08 2021 +0100

    tests: Adapt includes to our usage
    
    We have a GDBusProxy object, so require GIO.

 tests/test-bluetooth-device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/test-bluetooth-device.c b/tests/test-bluetooth-device.c
index c47a2b68..a9f0ed0b 100644
--- a/tests/test-bluetooth-device.c
+++ b/tests/test-bluetooth-device.c
@@ -4,7 +4,7 @@
  * SPDX-License-Identifier: LGPL-2.1-or-later
  */
 
-#include <glib.h>
+#include <gio/gio.h>
 #include <glib/gi18n.h>
 
 #include "bluetooth-device.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]