aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_multicast_service.h4
-rw-r--r--src/include/gnunet_psyc_message.h2
-rw-r--r--src/include/gnunet_psyc_service.h2
-rw-r--r--src/include/gnunet_psyc_slicer.h2
-rw-r--r--src/include/gnunet_psycstore_plugin.h2
-rw-r--r--src/include/gnunet_psycstore_service.h2
-rw-r--r--src/include/gnunet_social_service.h6
7 files changed, 10 insertions, 10 deletions
diff --git a/src/include/gnunet_multicast_service.h b/src/include/gnunet_multicast_service.h
index 58fca0b..2932514 100644
--- a/src/include/gnunet_multicast_service.h
+++ b/src/include/gnunet_multicast_service.h
@@ -41,8 +41,8 @@ extern "C"
41#endif 41#endif
42#endif 42#endif
43 43
44#include "gnunet_util_lib.h" 44#include <gnunet/gnunet_util_lib.h>
45#include "gnunet_transport_service.h" 45#include <gnunet/gnunet_transport_service.h>
46 46
47/** 47/**
48 * Version number of GNUnet-multicast API. 48 * Version number of GNUnet-multicast API.
diff --git a/src/include/gnunet_psyc_message.h b/src/include/gnunet_psyc_message.h
index d0cf9cc..7718055 100644
--- a/src/include/gnunet_psyc_message.h
+++ b/src/include/gnunet_psyc_message.h
@@ -41,7 +41,7 @@ extern "C"
41#endif 41#endif
42 42
43 43
44#include "gnunet_util_lib.h" 44#include <gnunet/gnunet_util_lib.h>
45#include "gnunet_psyc_util_lib.h" 45#include "gnunet_psyc_util_lib.h"
46#include "gnunet_psyc_service.h" 46#include "gnunet_psyc_service.h"
47 47
diff --git a/src/include/gnunet_psyc_service.h b/src/include/gnunet_psyc_service.h
index 3a3131e..6d4a971 100644
--- a/src/include/gnunet_psyc_service.h
+++ b/src/include/gnunet_psyc_service.h
@@ -98,7 +98,7 @@ extern "C"
98#endif 98#endif
99#endif 99#endif
100 100
101#include "gnunet_util_lib.h" 101#include <gnunet/gnunet_util_lib.h>
102#include "gnunet_multicast_service.h" 102#include "gnunet_multicast_service.h"
103//Mingw work around 103//Mingw work around
104#ifdef MINGW 104#ifdef MINGW
diff --git a/src/include/gnunet_psyc_slicer.h b/src/include/gnunet_psyc_slicer.h
index 87f66d7..f8efd4b 100644
--- a/src/include/gnunet_psyc_slicer.h
+++ b/src/include/gnunet_psyc_slicer.h
@@ -42,7 +42,7 @@ extern "C"
42#endif 42#endif
43#endif 43#endif
44 44
45#include "gnunet_util_lib.h" 45#include <gnunet/gnunet_util_lib.h>
46 46
47 47
48/** 48/**
diff --git a/src/include/gnunet_psycstore_plugin.h b/src/include/gnunet_psycstore_plugin.h
index fac549f..d253825 100644
--- a/src/include/gnunet_psycstore_plugin.h
+++ b/src/include/gnunet_psycstore_plugin.h
@@ -31,7 +31,7 @@
31#ifndef GNUNET_PSYCSTORE_PLUGIN_H 31#ifndef GNUNET_PSYCSTORE_PLUGIN_H
32#define GNUNET_PSYCSTORE_PLUGIN_H 32#define GNUNET_PSYCSTORE_PLUGIN_H
33 33
34#include "gnunet_util_lib.h" 34#include <gnunet/gnunet_util_lib.h>
35#include "gnunet_psycstore_service.h" 35#include "gnunet_psycstore_service.h"
36 36
37#ifdef __cplusplus 37#ifdef __cplusplus
diff --git a/src/include/gnunet_psycstore_service.h b/src/include/gnunet_psycstore_service.h
index 92516f4..ea77f76 100644
--- a/src/include/gnunet_psycstore_service.h
+++ b/src/include/gnunet_psycstore_service.h
@@ -40,7 +40,7 @@ extern "C"
40#endif 40#endif
41#endif 41#endif
42 42
43#include "gnunet_util_lib.h" 43#include <gnunet/gnunet_util_lib.h>
44#include "gnunet_psyc_util_lib.h" 44#include "gnunet_psyc_util_lib.h"
45#include "gnunet_multicast_service.h" 45#include "gnunet_multicast_service.h"
46#include "gnunet_psyc_service.h" 46#include "gnunet_psyc_service.h"
diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h
index 7faa336..068d827 100644
--- a/src/include/gnunet_social_service.h
+++ b/src/include/gnunet_social_service.h
@@ -226,10 +226,10 @@ extern "C"
226#endif 226#endif
227 227
228#include <stdint.h> 228#include <stdint.h>
229#include "gnunet_util_lib.h" 229#include <gnunet/gnunet_util_lib.h>
230#include "gnunet_psyc_util_lib.h" 230#include "gnunet_psyc_util_lib.h"
231#include "gnunet_identity_service.h" 231#include <gnunet/gnunet_identity_service.h>
232#include "gnunet_namestore_service.h" 232#include <gnunet/gnunet_namestore_service.h>
233#include "gnunet_psyc_service.h" 233#include "gnunet_psyc_service.h"
234 234
235 235