maybe make hudson-t's trunk linux builds happy

This commit is contained in:
Charles Kerr 2008-12-16 01:11:54 +00:00
parent 48c7c65f1b
commit 07f0efe8e1
1 changed files with 5 additions and 5 deletions

View File

@ -10,11 +10,6 @@
* $Id$
*/
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef WIN32
#include <windows.h>
#include <shlobj.h> /* for CSIDL_APPDATA, CSIDL_MYDOCUMENTS */
@ -30,6 +25,11 @@
#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