diff options
Diffstat (limited to 'otherlibs/win32unix/winworker.c')
-rw-r--r-- | otherlibs/win32unix/winworker.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/win32unix/winworker.c b/otherlibs/win32unix/winworker.c index 38ebf6bc9..9abec6988 100644 --- a/otherlibs/win32unix/winworker.c +++ b/otherlibs/win32unix/winworker.c @@ -13,13 +13,13 @@ /* $Id$ */ -#include "winworker.h" -#include "winlist.h" -#include "windbug.h" #include <mlvalues.h> #include <alloc.h> #include <memory.h> #include <signals.h> +#include "winworker.h" +#include "winlist.h" +#include "windbug.h" typedef enum { WORKER_CMD_NONE = 0, |