summaryrefslogtreecommitdiff
path: root/mesh/net.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2017-08-21 18:43:31 +0200
committerMarcel Holtmann <marcel@holtmann.org>2017-08-21 18:43:31 +0200
commitde6c9e2cf05d7ecc4f11f33c5a2b5a9da33edf5a (patch)
treec02385a659b262d7a82dee01d4ab4803573d64e0 /mesh/net.h
parent0da516115403d80534b37c61cc1bfdd731d14059 (diff)
downloadbluez-de6c9e2cf05d7ecc4f11f33c5a2b5a9da33edf5a.tar.gz
mesh: Remove circular include protection guards
Diffstat (limited to 'mesh/net.h')
-rw-r--r--mesh/net.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/mesh/net.h b/mesh/net.h
index b357afa0d..b388d616c 100644
--- a/mesh/net.h
+++ b/mesh/net.h
@@ -21,15 +21,7 @@
*
*/
-#ifndef __MESH_NET_H
-#define __MESH_NET_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#include "gdbus/gdbus.h"
-#include "mesh/node.h"
typedef void (*net_mesh_session_open_callback)(int status);
@@ -64,9 +56,3 @@ bool net_register_group(uint16_t group_addr);
uint32_t net_register_virtual(uint8_t buf[16]);
bool mesh_model_recv(uint16_t app_idx, uint16_t src, uint32_t dst,
uint8_t *payload, uint16_t len);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* __MESH_NET_H */