aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vpn/gnunet-daemon-exit.c1
-rw-r--r--src/vpn/gnunet-daemon-vpn.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c
index 608646202..e35f99024 100644
--- a/src/vpn/gnunet-daemon-exit.c
+++ b/src/vpn/gnunet-daemon-exit.c
@@ -33,7 +33,6 @@
33#include <string.h> 33#include <string.h>
34 34
35#include "gnunet-vpn-packet.h" 35#include "gnunet-vpn-packet.h"
36#include "gnunet-vpn-checksum.h"
37 36
38/** 37/**
39 * The handle to the configuration used throughout the process 38 * The handle to the configuration used throughout the process
diff --git a/src/vpn/gnunet-daemon-vpn.c b/src/vpn/gnunet-daemon-vpn.c
index ad6ed5044..919614ae7 100644
--- a/src/vpn/gnunet-daemon-vpn.c
+++ b/src/vpn/gnunet-daemon-vpn.c
@@ -37,7 +37,7 @@
37#include <block_dns.h> 37#include <block_dns.h>
38#include "gnunet_dns_service.h" 38#include "gnunet_dns_service.h"
39#include "gnunet-daemon-vpn.h" 39#include "gnunet-daemon-vpn.h"
40#include "gnunet-vpn-checksum.h" 40
41 41
42const struct GNUNET_CONFIGURATION_Handle *cfg; 42const struct GNUNET_CONFIGURATION_Handle *cfg;
43struct GNUNET_MESH_Handle *mesh_handle; 43struct GNUNET_MESH_Handle *mesh_handle;