Skip to content

Commit

Permalink
remove stdbool.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
ahans committed Apr 13, 2024
1 parent 2c2fd71 commit 5710ab6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/practice/yacht/.meta/example.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "yacht.h"

#include <assert.h>
#include <stdbool.h>
#include <stdint.h>

static int number_of_x(dice_t dice, int x)
Expand Down

0 comments on commit 5710ab6

Please sign in to comment.