mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-11 15:04:20 +00:00
parent
1a19ca5f7b
commit
6773d631b9
@ -19,9 +19,11 @@
|
||||
#include <base/ipc.h>
|
||||
#include <base/stdint.h>
|
||||
#include <base/native_types.h>
|
||||
#include <fiasco/thread_helper.h>
|
||||
#include <util/touch.h>
|
||||
|
||||
/* base-internal includes */
|
||||
#include <base/internal/fiasco_thread_helper.h>
|
||||
|
||||
/* Fiasco includes */
|
||||
namespace Fiasco {
|
||||
#include <l4/sys/types.h>
|
||||
|
@ -21,7 +21,9 @@
|
||||
#include <base/printf.h>
|
||||
#include <rm_session/rm_session.h>
|
||||
#include <util/touch.h>
|
||||
#include <fiasco/thread_helper.h>
|
||||
|
||||
/* base-internal includes */
|
||||
#include <base/internal/fiasco_thread_helper.h>
|
||||
|
||||
/* Fiasco includes */
|
||||
namespace Fiasco {
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
/* base-internal includes */
|
||||
#include <base/internal/crt0.h>
|
||||
#include <fiasco/thread_helper.h>
|
||||
#include <base/internal/fiasco_thread_helper.h>
|
||||
|
||||
/* core includes */
|
||||
#include <core_parent.h>
|
||||
|
@ -11,7 +11,7 @@
|
||||
* under the terms of the GNU General Public License version 2.
|
||||
*/
|
||||
|
||||
#include <fiasco/thread_helper.h>
|
||||
#include <base/internal/fiasco_thread_helper.h>
|
||||
|
||||
#include "platform.h"
|
||||
#include "util.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user