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:
parent
e6ef7e58f4
commit
db4008e263
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user