Move include/gems/vfs.h to include/os/vfs.h

Fixes #3515
This commit is contained in:
Norman Feske
2019-10-07 17:18:15 +02:00
committed by Christian Helmuth
parent a8dd7dd2fa
commit c85bc38802
14 changed files with 14 additions and 19 deletions

View File

@ -11,7 +11,7 @@
* under the terms of the GNU Affero General Public License version 3.
*/
#include <gems/vfs.h>
#include <os/vfs.h>
#include <vfs/print.h>
#include <base/heap.h>

View File

@ -15,8 +15,7 @@
#include <vfs/dir_file_system.h>
#include <vfs/single_file_system.h>
#include <gems/vfs.h>
#include <os/vfs.h>
#include <util/xml_generator.h>
#include <trace_session/connection.h>

View File

@ -14,10 +14,10 @@
/* Genode includes */
#include <vfs/dir_file_system.h>
#include <vfs/readonly_value_file_system.h>
#include <os/vfs.h>
/* gems includes */
#include <gems/ttf_font.h>
#include <gems/vfs.h>
#include <gems/cached_font.h>
/* local includes */