fixed reference to since removed hrt.h

This was SVN commit r393.
This commit is contained in:
janwas 2004-06-03 18:46:21 +00:00
parent c7a84e84be
commit df4b9df830
2 changed files with 2 additions and 4 deletions

View File

@ -24,8 +24,9 @@
#include "detect.h"
#include "timer.h"
// HACK (see call to wtime_reset_impl)
#ifdef _WIN32
#include "win/hrt.h"
#include "win/wtime.h"
#endif

View File

@ -24,9 +24,6 @@
#include "lib.h"
#include "win_internal.h"
#include "hrt.h"
// waio included via lib -> posix -> wposix
static HANDLE mk_handle(intptr_t i)