mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +00:00
Move XML util from os to base repository
Since the dynamic linker depends on the XML utils and we plan to replace the ancient 'Arg_string' with XML, it is time to move the 'Xml_node' and 'Xml_generator' to base/include.
This commit is contained in:
parent
73b463cdbb
commit
2bc8a0f76a
@ -11,8 +11,8 @@
|
|||||||
* under the terms of the GNU General Public License version 2.
|
* under the terms of the GNU General Public License version 2.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _INCLUDE__OS__PRINT_LINES_H_
|
#ifndef _INCLUDE__UTIL__PRINT_LINES_H_
|
||||||
#define _INCLUDE__OS__PRINT_LINES_H_
|
#define _INCLUDE__UTIL__PRINT_LINES_H_
|
||||||
|
|
||||||
#include <util/string.h>
|
#include <util/string.h>
|
||||||
|
|
||||||
@ -93,4 +93,4 @@ void Genode::print_lines(char const *string, size_t len, FUNC const &func)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* _INCLUDE__OS__PRINT_LINES_H_ */
|
#endif /* _INCLUDE__UTIL__PRINT_LINES_H_ */
|
@ -18,10 +18,8 @@
|
|||||||
#include <base/exception.h>
|
#include <base/exception.h>
|
||||||
|
|
||||||
namespace Genode {
|
namespace Genode {
|
||||||
|
|
||||||
class Xml_attribute;
|
class Xml_attribute;
|
||||||
class Xml_node;
|
class Xml_node;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user