Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Oct 22, 2024
2 parents d406c02 + e8b6db2 commit 6180c6e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion totp/.gitsubtree
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
https://github.com/xMasterX/all-the-plugins dev base_pack/totp d62ae7e4a951e348e43cb76e492173aedf4897ee
https://github.com/xMasterX/all-the-plugins dev base_pack/totp 6925308df62214abd3e19982444dc733cf098d92
https://github.com/akopachov/flipper-zero_authenticator master totp b147fbb3e9055fa8e119f69d4e9e84c0740b9d4e
2 changes: 1 addition & 1 deletion totp/app_api_table_i.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <stdbool.h>
#include <cli/cli.h>
#include <cli/cli_ansi.h>

#include <lib/print/wrappers.h>
#include <lib/toolbox/args.h>
#include <memset_s.h>
Expand Down
2 changes: 1 addition & 1 deletion totp/cli/cli.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include <cli/cli.h>
#include <cli/cli_ansi.h>

#include "../types/plugin_state.h"

typedef struct TotpCliContext TotpCliContext;
Expand Down
2 changes: 1 addition & 1 deletion totp/cli/cli_plugin_interface.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include <cli/cli.h>
#include <cli/cli_ansi.h>

#include <furi/core/string.h>
#include "../types/plugin_state.h"

Expand Down
2 changes: 1 addition & 1 deletion totp/cli/cli_shared_methods.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "cli_shared_methods.h"
#include <cli/cli.h>
#include <cli/cli_ansi.h>

#include <lib/toolbox/args.h>
#include "cli_helpers.h"
#include "../types/plugin_event.h"
Expand Down

0 comments on commit 6180c6e

Please sign in to comment.