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