@@ -40,7 +40,6 @@
#include "mesh/mesh-defs.h"
#include "mesh/util.h"
#include "mesh/mesh-config.h"
-#include "mesh/net.h"
/* To prevent local node JSON cache thrashing, minimum update times */
#define MIN_SEQ_CACHE_TRIGGER 32
@@ -110,6 +110,7 @@
#define APP_IDX_DEV_LOCAL 0x7fff
#define DEFAULT_SEQUENCE_NUMBER 0x000000
+#define SEQ_MASK 0xffffff
#define IS_UNASSIGNED(x) ((x) == UNASSIGNED_ADDRESS)
#define IS_UNICAST(x) (((x) > UNASSIGNED_ADDRESS) && \
@@ -31,7 +31,6 @@ struct mesh_node;
#define APP_AID_DEV 0x00
#define CTL 0x80
-#define SEQ_MASK 0xffffff
#define CREDFLAG_MASK 0x1000