syscalls.h now includes less than before.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8264 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-07-02 02:34:36 +00:00
parent 477bb27551
commit 20e40af982
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,11 @@
/*
** Copyright 2002-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
** Distributed under the terms of the Haiku License.
*/
#include <fs_interface.h>
#include <unistd.h>
#include <syscalls.h>
#include <errno.h>

View File

@ -1,9 +1,11 @@
/*
** Copyright 2002-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
** Distributed under the terms of the Haiku License.
*/
#include <fs_interface.h>
#include <unistd.h>
#include <syscalls.h>
#include <errno.h>