summaryrefslogtreecommitdiff
path: root/mesh/node.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/node.h
parent0da516115403d80534b37c61cc1bfdd731d14059 (diff)
downloadbluez-de6c9e2cf05d7ecc4f11f33c5a2b5a9da33edf5a.tar.gz
mesh: Remove circular include protection guards
Diffstat (limited to 'mesh/node.h')
-rw-r--r--mesh/node.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/mesh/node.h b/mesh/node.h
index 40b964cda..68c60ebef 100644
--- a/mesh/node.h
+++ b/mesh/node.h
@@ -21,13 +21,6 @@
*
*/
-#ifndef __MESH_NODE_H
-#define __MESH_NODE_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/* Largest Possible GATT Packet: Provisioning Public Key + type + sar */
#define MAX_GATT_SIZE (64 + 1 + 1)
@@ -139,8 +132,3 @@ bool node_model_pub_set(struct mesh_node *node, uint8_t ele, uint32_t model_id,
struct mesh_publication *pub);
struct mesh_publication *node_model_pub_get(struct mesh_node *node, uint8_t ele,
uint32_t model_id);
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* __MESH_NODE_H */