unit: Fix differences with including gdbus.h header
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 11 Dec 2012 11:38:08 +0000 (12:38 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 11 Dec 2012 11:38:08 +0000 (12:38 +0100)
unit/session-api.c
unit/test-session.c
unit/utils.c

index 124954c..52d2544 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <errno.h>
 
-#include <gdbus/gdbus.h>
+#include <gdbus.h>
 
 #include "test-connman.h"
 
index 38ed2bf..d6da8d7 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <stdio.h>
 
-#include "gdbus/gdbus.h"
+#include <gdbus.h>
 
 #include "test-connman.h"
 
index 758528a..7597855 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <stdlib.h>
 
-#include "gdbus/gdbus.h"
+#include <gdbus.h>
 
 #include "test-connman.h"