Browse Source

* reorganized #include lines

master
Alex 'AdUser' Z 13 years ago
parent
commit
ca804de3b6
  1. 5
      src/torrent2json.c

5
src/torrent2json.c

@ -4,14 +4,11 @@
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <yajl/yajl_common.h>
#include <yajl/yajl_gen.h>
#define BUF_SIZE 4096
char buf[BUF_SIZE];
/* FD's */
FILE *in;

Loading…
Cancel
Save