libc: remove VFS header dependency in 'component.h'

Fixes #2870
This commit is contained in:
Christian Prochaska 2018-06-15 13:37:00 +02:00 committed by Norman Feske
parent 38ae718509
commit 042ff27366

View File

@ -22,12 +22,13 @@
#define _INCLUDE__LIBC__COMPONENT_H_
#include <util/meta.h>
#include <vfs/file_system.h>
#include <base/env.h>
#include <base/stdint.h>
#include <util/xml_node.h>
namespace Libc { class Env; }
namespace Vfs { struct File_system; }
/**
* Interface to be provided by the component implementation