aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2005-07-05 20:57:20 +0000
committerChristian Grothoff <christian@grothoff.org>2005-07-05 20:57:20 +0000
commit2366ca5006cbff9ab45657efd6516d7df4fd4851 (patch)
tree6b0c297c6fc5fbacb8d2d1878559f40f82e6a3c4 /src/plugins/fs/download.c
parentffc28b8b4b908c3ff37731d21ef607a287bb358b (diff)
downloadgnunet-gtk-2366ca5006cbff9ab45657efd6516d7df4fd4851.tar.gz
gnunet-gtk-2366ca5006cbff9ab45657efd6516d7df4fd4851.zip
code cleanup
Diffstat (limited to 'src/plugins/fs/download.c')
-rw-r--r--src/plugins/fs/download.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/fs/download.c b/src/plugins/fs/download.c
index 644005b4..9947a2ef 100644
--- a/src/plugins/fs/download.c
+++ b/src/plugins/fs/download.c
@@ -25,9 +25,10 @@
25 */ 25 */
26 26
27#include "platform.h" 27#include "platform.h"
28#include "gnunetgtk_common.h"
28#include "download.h" 29#include "download.h"
29#include "search.h" 30#include "search.h"
30#include "helper.h" 31#include "fs.h"
31#include <extractor.h> 32#include <extractor.h>
32 33
33typedef struct DL { 34typedef struct DL {