Skip to content

Commit

Permalink
Cleanup the inputs files.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentlouisetonino committed Aug 2, 2024
1 parent 2e33cac commit 8ebdced
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified bin/fundsflow
Binary file not shown.
1 change: 0 additions & 1 deletion src/inputs/main_option_input.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "../displays/ansi_color.h"
#include "../displays/escape_sequence.h"
#include <stdio.h>
#include <stdlib.h>

int main_option_input(void) {
Expand Down
2 changes: 1 addition & 1 deletion src/inputs/main_option_input.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef MAIN_OPTION_INPUT_H
#define MAIN_OPTION_INPUT_H
#include "./main_option_input.c"
#include "main_option_input.c"

extern int main_input(void);

Expand Down

0 comments on commit 8ebdced

Please sign in to comment.