aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_connection.h')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.h b/src/mesh/gnunet-service-mesh_connection.h
index 2552623c3..6b53b17cf 100644
--- a/src/mesh/gnunet-service-mesh_connection.h
+++ b/src/mesh/gnunet-service-mesh_connection.h
@@ -39,10 +39,6 @@ extern "C"
39 39
40#include "gnunet_util_lib.h" 40#include "gnunet_util_lib.h"
41 41
42#include "mesh_path.h"
43#include "gnunet-service-mesh_channel.h"
44#include "gnunet-service-mesh_peer.h"
45
46 42
47/** 43/**
48 * All the states a connection can be in. 44 * All the states a connection can be in.
@@ -76,6 +72,10 @@ enum MeshConnectionState
76 */ 72 */
77struct MeshConnection; 73struct MeshConnection;
78 74
75#include "mesh_path.h"
76#include "gnunet-service-mesh_channel.h"
77#include "gnunet-service-mesh_peer.h"
78
79 79
80 80
81 81
@@ -407,4 +407,4 @@ GMC_send_destroy (struct MeshConnection *c);
407 407
408/* ifndef GNUNET_SERVICE_MESH_CONNECTION_H */ 408/* ifndef GNUNET_SERVICE_MESH_CONNECTION_H */
409#endif 409#endif
410/* end of gnunet-service-mesh_connection.h */ \ No newline at end of file 410/* end of gnunet-service-mesh_connection.h */