From 042ff27366e0d48cd836024b8a765c00df85fa45 Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Fri, 15 Jun 2018 13:37:00 +0200 Subject: [PATCH] libc: remove VFS header dependency in 'component.h' Fixes #2870 --- repos/libports/include/libc/component.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repos/libports/include/libc/component.h b/repos/libports/include/libc/component.h index 8072a6742f..acc6e0d33a 100644 --- a/repos/libports/include/libc/component.h +++ b/repos/libports/include/libc/component.h @@ -22,12 +22,13 @@ #define _INCLUDE__LIBC__COMPONENT_H_ #include -#include #include #include +#include namespace Libc { class Env; } +namespace Vfs { struct File_system; } /** * Interface to be provided by the component implementation