test, windows: fix duplicated windows.h

including windows.h before winsock2.h cause build error
This commit is contained in:
Shigeki Ohtsu 2012-10-03 10:08:58 +09:00 committed by Bert Belder
parent d796c3b6f4
commit 01337af65d

View File

@ -24,7 +24,6 @@
#include <malloc.h>
#include <stdio.h>
#include <process.h>
#include <windows.h>
#include "task.h"
#include "runner.h"