Removed references to ktypes.h.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10263 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-11-27 12:32:29 +00:00
parent e6ef7e58f4
commit db4008e263
4 changed files with 4 additions and 10 deletions

View File

@ -7,7 +7,6 @@
#include <stdio.h>
#include <unistd.h>
#include <syscalls.h>
#include <ktypes.h>
#include <sys/resource.h>
#include <Errors.h>
#include <OS.h>

View File

@ -2,7 +2,6 @@
#include <stdio.h>
#include <unistd.h>
#include <syscalls.h>
#include <ktypes.h>
#include <sys/resource.h>
#include <Errors.h>
#include <errno.h>

View File

@ -2,7 +2,6 @@
#include <stdio.h>
#include <unistd.h>
#include <syscalls.h>
#include <ktypes.h>
#include <sys/resource.h>
#include <Errors.h>
#include <errno.h>

View File

@ -1,19 +1,16 @@
/*
** Copyright 2002-2004, The OpenBeOS Team. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
** Distributed under the terms of the MIT License.
*/
#include <OS.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include <syscalls.h>
#include <ktypes.h>
#include <sys/resource.h>
#include <Errors.h>
#include <OS.h>
#include <stdlib.h>
#define THREADS 5
#define START_VAL 1