Move checksum code from clatd to libnetutils.
This allows us to use it elsewhere, for example, in netd.
Bug: 65674744
Test: builds, boots
Test: atest clatd_test clatd_microbenchmark
Change-Id: Ic2cea1cd658ffd23ba9fbe45cb6b28e3b5312005
diff --git a/dump.c b/dump.c
index 2c948ff..28db13f 100644
--- a/dump.c
+++ b/dump.c
@@ -29,7 +29,8 @@
#include <netinet/tcp.h>
#include <netinet/udp.h>
-#include "checksum.h"
+#include "netutils/checksum.h"
+
#include "clatd.h"
#include "debug.h"
#include "logging.h"