summaryrefslogtreecommitdiff
path: root/mesh/main.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2017-08-21 13:40:03 +0200
committerMarcel Holtmann <marcel@holtmann.org>2017-08-21 13:40:03 +0200
commit8e96790482aa1c0d79ce38c8943d9c98be73a1d4 (patch)
tree56a3d6be0e97fa66e0bebd86e49e04d2c8b56f69 /mesh/main.c
parent2cbd0d69eb0cffe672c3f94c7b4bf135de54c4fe (diff)
downloadbluez-8e96790482aa1c0d79ce38c8943d9c98be73a1d4.tar.gz
mesh: Fix includes to use root relative path names
Diffstat (limited to 'mesh/main.c')
-rw-r--r--mesh/main.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/mesh/main.c b/mesh/main.c
index a347484e6..0a7fc1ee9 100644
--- a/mesh/main.c
+++ b/mesh/main.c
@@ -51,18 +51,18 @@
#include "gdbus/gdbus.h"
#include "monitor/uuid.h"
#include "client/display.h"
-#include "mesh-net.h"
-#include "gatt.h"
-#include "crypto.h"
-#include "node.h"
-#include "net.h"
-#include "keys.h"
-#include "prov.h"
-#include "util.h"
-#include "agent.h"
-#include "prov-db.h"
-#include "config-model.h"
-#include "onoff-model.h"
+#include "mesh/mesh-net.h"
+#include "mesh/gatt.h"
+#include "mesh/crypto.h"
+#include "mesh/node.h"
+#include "mesh/net.h"
+#include "mesh/keys.h"
+#include "mesh/prov.h"
+#include "mesh/util.h"
+#include "mesh/agent.h"
+#include "mesh/prov-db.h"
+#include "mesh/config-model.h"
+#include "mesh/onoff-model.h"
/* String display constants */
#define COLORED_NEW COLOR_GREEN "NEW" COLOR_OFF