Removing superflous headers.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34490 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Colin Günther 2009-12-04 13:15:48 +00:00
parent a22b78e693
commit ef102a3599
1 changed files with 0 additions and 3 deletions

View File

@ -9,10 +9,7 @@ extern "C" {
#include <compat/sys/kernel.h> #include <compat/sys/kernel.h>
} }
#include <new>
#include "Condvar.h" #include "Condvar.h"
#include "device.h"
#define ticks_to_usecs(t) (1000000*((bigtime_t)t) / hz) #define ticks_to_usecs(t) (1000000*((bigtime_t)t) / hz)