mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
parent
a110fef4d9
commit
41b3d3abc1
@ -16,7 +16,7 @@
|
|||||||
#include <os/session_policy.h>
|
#include <os/session_policy.h>
|
||||||
|
|
||||||
/* local includes */
|
/* local includes */
|
||||||
#include <server.h>
|
#include "server.h"
|
||||||
|
|
||||||
|
|
||||||
/***************************
|
/***************************
|
||||||
|
@ -18,10 +18,10 @@
|
|||||||
#include <base/attached_rom_dataspace.h>
|
#include <base/attached_rom_dataspace.h>
|
||||||
|
|
||||||
/* local includes */
|
/* local includes */
|
||||||
#include <types.h>
|
#include "types.h"
|
||||||
#include <service.h>
|
#include "service.h"
|
||||||
#include <buffered_xml.h>
|
#include "buffered_xml.h"
|
||||||
#include <state_reporter.h>
|
#include "state_reporter.h"
|
||||||
|
|
||||||
namespace Init { class Server; }
|
namespace Init { class Server; }
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include <timer_session/connection.h>
|
#include <timer_session/connection.h>
|
||||||
|
|
||||||
/* local includes */
|
/* local includes */
|
||||||
#include <report.h>
|
#include "report.h"
|
||||||
|
|
||||||
namespace Init { class State_reporter; }
|
namespace Init { class State_reporter; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user