mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-03 08:00:58 +00:00
sculpt_manager: add missing includes
This commit is contained in:
parent
4f4f270d35
commit
6f2237fc46
@ -18,6 +18,7 @@
|
|||||||
#include <os/reporter.h>
|
#include <os/reporter.h>
|
||||||
|
|
||||||
/* local includes */
|
/* local includes */
|
||||||
|
#include <model/wpa_passphrase.h>
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
#include <view/network_dialog.h>
|
#include <view/network_dialog.h>
|
||||||
#include <view/panel_dialog.h>
|
#include <view/panel_dialog.h>
|
||||||
|
@ -362,7 +362,6 @@ struct Sculpt::Main : Input_event_handler,
|
|||||||
_deploy._handle_managed_deploy();
|
_deploy._handle_managed_deploy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Deploy _deploy { _env, _heap, _child_states, _runtime_state, *this, *this, *this,
|
Deploy _deploy { _env, _heap, _child_states, _runtime_state, *this, *this, *this,
|
||||||
_launcher_listing_rom, _blueprint_rom, _download_queue };
|
_launcher_listing_rom, _blueprint_rom, _download_queue };
|
||||||
|
|
||||||
@ -522,6 +521,7 @@ struct Sculpt::Main : Input_event_handler,
|
|||||||
|
|
||||||
Attached_rom_dataspace const _platform { _env, "platform_info" };
|
Attached_rom_dataspace const _platform { _env, "platform_info" };
|
||||||
|
|
||||||
|
|
||||||
/****************************************
|
/****************************************
|
||||||
** Cached model of the runtime config **
|
** Cached model of the runtime config **
|
||||||
****************************************/
|
****************************************/
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
#define _MODEL__FILE_OPERATION_QUEUE_H_
|
#define _MODEL__FILE_OPERATION_QUEUE_H_
|
||||||
|
|
||||||
#include <base/registry.h>
|
#include <base/registry.h>
|
||||||
|
#include <util/xml_generator.h>
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
|
|
||||||
namespace Sculpt { struct File_operation_queue; }
|
namespace Sculpt { struct File_operation_queue; }
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
#define _VIEW__RAM_FS_DIALOG_H_
|
#define _VIEW__RAM_FS_DIALOG_H_
|
||||||
|
|
||||||
#include <view/fs_dialog.h>
|
#include <view/fs_dialog.h>
|
||||||
|
#include <view/selectable_item.h>
|
||||||
#include <model/ram_fs_state.h>
|
#include <model/ram_fs_state.h>
|
||||||
|
|
||||||
namespace Sculpt { struct Ram_fs_dialog; }
|
namespace Sculpt { struct Ram_fs_dialog; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user