X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ui%2Fncurses%2Fnc-cui.h;fp=ui%2Fncurses%2Fnc-cui.h;h=90af3613cb880cdab94d12c8d8546e98021442b5;hb=37c9aee3ffc02a299d94867df9df8132b09fc611;hp=aba682a3c43d90633831a7c24ffa3ce6d4c44cc3;hpb=504b84c7a37ba8656bceb80fa37138751b7a6702;p=petitboot diff --git a/ui/ncurses/nc-cui.h b/ui/ncurses/nc-cui.h index aba682a..90af361 100644 --- a/ui/ncurses/nc-cui.h +++ b/ui/ncurses/nc-cui.h @@ -23,7 +23,6 @@ #include "ui/common/joystick.h" #include "nc-menu.h" -#include "nc-boot-editor.h" struct cui_opt_data { const char *name; @@ -59,6 +58,7 @@ struct cui { struct sysinfo_screen *sysinfo_screen; struct config *config; struct config_screen *config_screen; + struct boot_editor *boot_editor; struct pjs *pjs; void *platform_info; unsigned int default_item;