fixes and removals

This commit is contained in:
RogueMaster
2022-11-10 00:55:23 -05:00
parent abe25b14a9
commit 53c032c3e7
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#include "totp_scene_authenticate.h"
#include <dialogs/dialogs.h>
#include <totp_icons.h>
#include <Authenticator_icons.h>
#include "../../types/common.h"
#include "../../services/ui/constants.h"
#include "../../services/config/config.h"

View File

@@ -1,7 +1,7 @@
#include <gui/gui.h>
#include <notification/notification.h>
#include <notification/notification_messages.h>
#include <totp_icons.h>
#include <Authenticator_icons.h>
#include "totp_scene_generate_token.h"
#include "../../types/token_info.h"
#include "../../types/common.h"