* vfs.h: Don't include <config.h>.

This commit is contained in:
Pavel Roskin 2001-06-26 14:41:31 +00:00
parent c83fdc336c
commit 19bf66d5e0
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-06-26 Pavel Roskin <proski@gnu.org>
* vfs.h: Don't include <config.h>.
2001-06-25 Pavel Roskin <proski@gnu.org>
* cpio.c: Include <config.h> before everything else.

View File

@ -1,7 +1,6 @@
#ifndef __VFS_H
#define __VFS_H
#include <config.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>