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.
This commit is contained in:
Lars Poeschel 2020-09-03 11:43:21 +02:00 committed by Denis Kenzior
parent 21f148afe9
commit 23e1a56a47
1 changed files with 0 additions and 1 deletions

View File

@ -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"