We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302e0e2 commit 495a780Copy full SHA for 495a780
apps/inheritance_app/inheritance_priv.h
@@ -16,10 +16,10 @@
16
#include <stdint.h>
17
18
#include "card_fetch_data.h"
19
-#include "inheritance_context.h"
20
-#include "ui_input_text.h"
21
#include "ed25519.h"
22
#include "inheritance/core.pb.h"
+#include "inheritance_context.h"
+#include "ui_input_text.h"
23
#include "wallet.h"
24
25
/*****************************************************************************
src/card_operations/card_fetch_data.h
@@ -13,6 +13,7 @@
13
*****************************************************************************/
14
15
#include <assert.h>
+
#include "card_operation_typedefs.h"
#include "stdbool.h"
#include "stdint.h"
0 commit comments