try to make hudson-t happy

This commit is contained in:
Charles Kerr 2008-12-15 20:26:26 +00:00
parent 55eb07deff
commit 4e33fd5467
1 changed files with 6 additions and 6 deletions

View File

@ -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
***/