gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7106 - in gnunet-gtk/src/plugins: chat fs


From: gnunet
Subject: [GNUnet-SVN] r7106 - in gnunet-gtk/src/plugins: chat fs
Date: Mon, 9 Jun 2008 09:38:48 -0600 (MDT)

Author: holindho
Date: 2008-06-09 09:38:47 -0600 (Mon, 09 Jun 2008)
New Revision: 7106

Modified:
   gnunet-gtk/src/plugins/chat/chat.c
   gnunet-gtk/src/plugins/fs/namespace.c
   gnunet-gtk/src/plugins/fs/namespace_search.c
Log:
fix includes


Modified: gnunet-gtk/src/plugins/chat/chat.c
===================================================================
--- gnunet-gtk/src/plugins/chat/chat.c  2008-06-09 15:37:40 UTC (rev 7105)
+++ gnunet-gtk/src/plugins/chat/chat.c  2008-06-09 15:38:47 UTC (rev 7106)
@@ -26,8 +26,8 @@
  */
 
 #include "platform.h"
+#include <GNUnet/gnunet_util_pseudonym.h>
 #include <GNUnet/gnunet_chat_lib.h>
-#include <GNUnet/gnunet_pseudonym_lib.h>
 #include "gnunetgtk_common.h"
 
 struct GNUNET_CHAT_safe_write_struct

Modified: gnunet-gtk/src/plugins/fs/namespace.c
===================================================================
--- gnunet-gtk/src/plugins/fs/namespace.c       2008-06-09 15:37:40 UTC (rev 
7105)
+++ gnunet-gtk/src/plugins/fs/namespace.c       2008-06-09 15:38:47 UTC (rev 
7106)
@@ -33,9 +33,9 @@
 #include "namespace_search.h"
 #include "content_tracking.h"
 #include <GNUnet/gnunet_util_crypto.h>
+#include <GNUnet/gnunet_util_pseudonym.h>
 #include <GNUnet/gnunet_uritrack_lib.h>
 #include <GNUnet/gnunet_namespace_lib.h>
-#include <GNUnet/gnunet_pseudonym_lib.h>
 #include <extractor.h>
 
 /**

Modified: gnunet-gtk/src/plugins/fs/namespace_search.c
===================================================================
--- gnunet-gtk/src/plugins/fs/namespace_search.c        2008-06-09 15:37:40 UTC 
(rev 7105)
+++ gnunet-gtk/src/plugins/fs/namespace_search.c        2008-06-09 15:38:47 UTC 
(rev 7106)
@@ -30,9 +30,9 @@
 #include "helper.h"
 #include "meta.h"
 #include <GNUnet/gnunet_util_crypto.h>
+#include <GNUnet/gnunet_util_pseudonym.h>
 #include <GNUnet/gnunet_uritrack_lib.h>
 #include <GNUnet/gnunet_namespace_lib.h>
-#include <GNUnet/gnunet_pseudonym_lib.h>
 #include <extractor.h>
 
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]