-vpn should use crc16 from util
authorChristian Grothoff <christian@grothoff.org>
Mon, 2 Jan 2012 10:23:49 +0000 (10:23 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 2 Jan 2012 10:23:49 +0000 (10:23 +0000)
src/vpn/gnunet-daemon-exit.c
src/vpn/gnunet-daemon-vpn.c

index 608646202a913257db18eae6931435022b7fea27..e35f990244bda7fde00959e3e84fa8a8ed670dd7 100644 (file)
@@ -33,7 +33,6 @@
 #include <string.h>
 
 #include "gnunet-vpn-packet.h"
-#include "gnunet-vpn-checksum.h"
 
 /**
  * The handle to the configuration used throughout the process
index ad6ed5044fb2808a502dc610c0ed9b2ff2bf6714..919614ae75010349f93de0351c639fca701d30e9 100644 (file)
@@ -37,7 +37,7 @@
 #include <block_dns.h>
 #include "gnunet_dns_service.h"
 #include "gnunet-daemon-vpn.h"
-#include "gnunet-vpn-checksum.h"
+
 
 const struct GNUNET_CONFIGURATION_Handle *cfg;
 struct GNUNET_MESH_Handle *mesh_handle;