1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 13:09:49 +04:00

De-libify name changer

This commit is contained in:
MX
2023-05-19 06:33:15 +03:00
parent de5afa1304
commit e7965c6d95
7 changed files with 54 additions and 69 deletions

View File

@@ -1,7 +1,7 @@
#include <furi.h>
#include <gui/modules/popup.h>
#include <gui/scene_manager.h>
#include <toolbox/namechanger.h>
#include <namechanger/namechanger.h>
#include <flipper_format/flipper_format.h>
#include <power/power_service/power.h>