/* * \brief Path handling utility for Noux * \author Norman Feske * \date 2011-02-17 */ /* * Copyright (C) 2011-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU Affero General Public License version 3. */ #ifndef _NOUX__PATH_H_ #define _NOUX__PATH_H_ /* Genode includes */ #include namespace Noux { using Vfs::Absolute_path; } #endif /* _NOUX__PATH_H_ */