summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Poeschel <poeschel@lemonage.de>2020-09-03 11:43:21 +0200
committerDenis Kenzior <denkenz@gmail.com>2020-09-08 11:02:25 -0500
commit23e1a56a47807e8db3e8a4571a47e4217d70d39d (patch)
tree25c963b1d8fed24d19f90fe984ebce16a0eeaa45
parent21f148afe98c082a99e7083cd3d6abd020c503e7 (diff)
downloadofono-23e1a56a47807e8db3e8a4571a47e4217d70d39d.tar.gz
xmm7xxx: Fix non compiling file
CC plugins/xmm7xxx.o ../plugins/xmm7xxx.c:63:10: fatal error: dbus.h: No such file or directory 63 | #include "dbus.h" | ^~~~~~~~ compilation terminated.
-rw-r--r--plugins/xmm7xxx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/xmm7xxx.c b/plugins/xmm7xxx.c
index bf90833d..5efdbe26 100644
--- a/plugins/xmm7xxx.c
+++ b/plugins/xmm7xxx.c
@@ -60,7 +60,6 @@
#include "ofono.h"
#include "gdbus.h"
#include "util.h"
-#include "dbus.h"
#define OFONO_COEX_INTERFACE OFONO_SERVICE ".intel.LteCoexistence"
#define OFONO_COEX_AGENT_INTERFACE OFONO_SERVICE ".intel.LteCoexistenceAgent"