mirror of
https://github.com/transmission/transmission
synced 2025-02-04 13:32:19 +00:00
try to make hudson-t happy
This commit is contained in:
parent
55eb07deff
commit
4e33fd5467
1 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,10 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#include <event.h>
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
|
@ -27,11 +30,6 @@
|
|||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#ifdef WIN32
|
||||
|
@ -46,6 +44,8 @@
|
|||
#include "platform.h"
|
||||
#include "utils.h"
|
||||
|
||||
#include <event.h>
|
||||
|
||||
/***
|
||||
**** THREADS
|
||||
***/
|
||||
|
|
Loading…
Reference in a new issue