Skip to content

Commit

Permalink
Removing some includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoccmartins committed Feb 4, 2025
1 parent 8c36df3 commit e084182
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/swap/handle_get_printable_amount.c
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
#ifdef HAVE_SWAP
#include "os.h"
#include <string.h> // memset, explicit_bzero
#include "swap.h"
#include "constants.h"
#include "common/parse.h"

#define MAX_TICKER_LEN 16

#define MAX_TICKER_LEN 16

/* Set empty printable_amount on error, printable amount otherwise */
void swap_handle_get_printable_amount(get_printable_amount_parameters_t* params) {
uint64_t amount;
Expand Down

0 comments on commit e084182

Please sign in to comment.