remove random_name API call

This commit is contained in:
Derek Jamison
2023-09-13 22:03:29 -05:00
parent 7e8bdc0559
commit 88db25b8de
5 changed files with 18 additions and 5 deletions

View File

@@ -1,13 +1,14 @@
#pragma once
#include <furi.h>
#include <furi_hal.h>
#include <gui/gui.h>
#include <gui/view_dispatcher.h>
#include <gui/scene_manager.h>
#include <gui/modules/widget.h>
#include <gui/modules/submenu.h>
#include <gui/modules/text_input.h>
#include <lib/toolbox/random_name.h>
// #include <lib/toolbox/random_name.h>
#include <notification/notification.h>
#include <notification/notification_messages.h>
#include <dialogs/dialogs.h>