aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-05 21:54:44 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-05 21:54:44 +0000
commitbdc3b54372a92874c2ecb58069eac5bdfe6fcddc (patch)
tree575c606a8f81c1f0baabad43bf34789023513ee7 /src/dv
parentf0963cfb7a694f9a7c7ff28471660242529f00a8 (diff)
downloadgnunet-bdc3b54372a92874c2ecb58069eac5bdfe6fcddc.tar.gz
gnunet-bdc3b54372a92874c2ecb58069eac5bdfe6fcddc.zip
moving plugin headers
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/dv_api.c2
-rw-r--r--src/dv/plugin_transport_dv.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dv/dv_api.c b/src/dv/dv_api.c
index 28c66af41..f1b73eb35 100644
--- a/src/dv/dv_api.c
+++ b/src/dv/dv_api.c
@@ -36,7 +36,7 @@
36#include "gnunet_time_lib.h" 36#include "gnunet_time_lib.h"
37#include "gnunet_dv_service.h" 37#include "gnunet_dv_service.h"
38#include "dv.h" 38#include "dv.h"
39#include "../transport/plugin_transport.h" 39#include "../transport/gnunet_transport_plugin.h"
40 40
41/** 41/**
42 * Store ready to send messages 42 * Store ready to send messages
diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c
index b7616d2ac..68c584822 100644
--- a/src/dv/plugin_transport_dv.c
+++ b/src/dv/plugin_transport_dv.c
@@ -34,7 +34,7 @@
34#include "gnunet_statistics_service.h" 34#include "gnunet_statistics_service.h"
35#include "gnunet_dv_service.h" 35#include "gnunet_dv_service.h"
36#include "gnunet_transport_service.h" 36#include "gnunet_transport_service.h"
37#include "../transport/plugin_transport.h" 37#include "../transport/gnunet_transport_plugin.h"
38#include "dv.h" 38#include "dv.h"
39 39
40#define DEBUG_TEMPLATE GNUNET_NO 40#define DEBUG_TEMPLATE GNUNET_NO