aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/chat/chat.c2
-rw-r--r--src/plugins/fs/namespace.c2
-rw-r--r--src/plugins/fs/namespace_search.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/chat/chat.c b/src/plugins/chat/chat.c
index 729db366..20c35ba2 100644
--- a/src/plugins/chat/chat.c
+++ b/src/plugins/chat/chat.c
@@ -26,8 +26,8 @@
26 */ 26 */
27 27
28#include "platform.h" 28#include "platform.h"
29#include <GNUnet/gnunet_util_pseudonym.h>
29#include <GNUnet/gnunet_chat_lib.h> 30#include <GNUnet/gnunet_chat_lib.h>
30#include <GNUnet/gnunet_pseudonym_lib.h>
31#include "gnunetgtk_common.h" 31#include "gnunetgtk_common.h"
32 32
33struct GNUNET_CHAT_safe_write_struct 33struct GNUNET_CHAT_safe_write_struct
diff --git a/src/plugins/fs/namespace.c b/src/plugins/fs/namespace.c
index 6bc4889f..e18a28f5 100644
--- a/src/plugins/fs/namespace.c
+++ b/src/plugins/fs/namespace.c
@@ -33,9 +33,9 @@
33#include "namespace_search.h" 33#include "namespace_search.h"
34#include "content_tracking.h" 34#include "content_tracking.h"
35#include <GNUnet/gnunet_util_crypto.h> 35#include <GNUnet/gnunet_util_crypto.h>
36#include <GNUnet/gnunet_util_pseudonym.h>
36#include <GNUnet/gnunet_uritrack_lib.h> 37#include <GNUnet/gnunet_uritrack_lib.h>
37#include <GNUnet/gnunet_namespace_lib.h> 38#include <GNUnet/gnunet_namespace_lib.h>
38#include <GNUnet/gnunet_pseudonym_lib.h>
39#include <extractor.h> 39#include <extractor.h>
40 40
41/** 41/**
diff --git a/src/plugins/fs/namespace_search.c b/src/plugins/fs/namespace_search.c
index 86e06290..d4cef48c 100644
--- a/src/plugins/fs/namespace_search.c
+++ b/src/plugins/fs/namespace_search.c
@@ -30,9 +30,9 @@
30#include "helper.h" 30#include "helper.h"
31#include "meta.h" 31#include "meta.h"
32#include <GNUnet/gnunet_util_crypto.h> 32#include <GNUnet/gnunet_util_crypto.h>
33#include <GNUnet/gnunet_util_pseudonym.h>
33#include <GNUnet/gnunet_uritrack_lib.h> 34#include <GNUnet/gnunet_uritrack_lib.h>
34#include <GNUnet/gnunet_namespace_lib.h> 35#include <GNUnet/gnunet_namespace_lib.h>
35#include <GNUnet/gnunet_pseudonym_lib.h>
36#include <extractor.h> 36#include <extractor.h>
37 37
38 38