From ac4542472b5cd01605c39f883353ea1373c12709 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Fri, 15 Oct 2021 09:41:47 -0700 Subject: [PATCH] Cleaned up some includes --- src/poker/winner.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/poker/winner.h b/src/poker/winner.h index 67d0240f..d955559e 100644 --- a/src/poker/winner.h +++ b/src/poker/winner.h @@ -11,6 +11,7 @@ #include "fuck.h" #include "player.h" + /** * Fills the remaining cards for a given poker player winning hand. Essentially * this will just take the highest cards and slot them into the array. This also