Fixing more includes

This commit is contained in:
2021-10-15 10:20:31 -07:00
parent 0b8aae7c5e
commit d92ffe5631
8 changed files with 61 additions and 9 deletions

View File

@ -6,5 +6,6 @@
#pragma once
#include <unity.h>
#include <poker/poker.h>
#include <poker/dealer.h>
int test_poker_h();