]> git.meshlink.io Git - meshlink/blobdiff - src/net.c
Move the routing header out of the SPTPS payload.
[meshlink] / src / net.c
index 9d5e81719392d7027a970f9238fea35a1adfe229..806fe0d28baa189180622dd1fd31ea055e35b847 100644 (file)
--- a/src/net.c
+++ b/src/net.c
@@ -31,8 +31,6 @@
 #include "protocol.h"
 #include "xalloc.h"
 
-#include <assert.h>
-
 #if !defined(min)
 static inline int min(int a, int b) {
        return a < b ? a : b;