summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rw-r--r--network/Makefile.am2
-rw-r--r--network/connection.c2
-rw-r--r--network/server.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/network/Makefile.am b/network/Makefile.am
index 15208f5a..71291d93 100644
--- a/network/Makefile.am
+++ b/network/Makefile.am
@@ -17,7 +17,7 @@ AM_LDFLAGS = -module -avoid-version -no-undefined \
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@
-INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/hcid -I$(top_srcdir)/sdpd
+INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src
EXTRA_DIST = network.conf network-api.txt test-network
diff --git a/network/connection.c b/network/connection.c
index d0b60c82..a25beb28 100644
--- a/network/connection.c
+++ b/network/connection.c
@@ -42,7 +42,7 @@
#include <glib.h>
#include <gdbus.h>
-#include "../hcid/dbus-common.h"
+#include "../src/dbus-common.h"
#include "logging.h"
#include "textfile.h"
diff --git a/network/server.c b/network/server.c
index e94964ae..1f57a174 100644
--- a/network/server.c
+++ b/network/server.c
@@ -46,7 +46,7 @@
#include <glib.h>
#include <gdbus.h>
-#include "../hcid/dbus-common.h"
+#include "../src/dbus-common.h"
#include "logging.h"
#include "error.h"