From ca804de3b63695366046ab1e8fbc1812380251a1 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Sun, 18 Sep 2011 19:47:16 +1100 Subject: [PATCH] * reorganized #include lines --- src/torrent2json.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/torrent2json.c b/src/torrent2json.c index 824d5f8..c393f82 100644 --- a/src/torrent2json.c +++ b/src/torrent2json.c @@ -4,14 +4,11 @@ #include #include #include +#include #include -#include #include -#define BUF_SIZE 4096 - -char buf[BUF_SIZE]; /* FD's */ FILE *in;