aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_channel.h')
-rw-r--r--src/mesh/gnunet-service-mesh_channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/gnunet-service-mesh_channel.h b/src/mesh/gnunet-service-mesh_channel.h
index e718b315c..c6e051356 100644
--- a/src/mesh/gnunet-service-mesh_channel.h
+++ b/src/mesh/gnunet-service-mesh_channel.h
@@ -40,8 +40,8 @@ extern "C"
40#include "platform.h" 40#include "platform.h"
41#include "gnunet_util_lib.h" 41#include "gnunet_util_lib.h"
42 42
43#include "mesh_protocol_enc.h" 43#include "mesh_protocol.h"
44#include "mesh_enc.h" 44#include "mesh.h"
45 45
46/** 46/**
47 * Struct containing all information regarding a channel to a remote client. 47 * Struct containing all information regarding a channel to a remote client.