From 4f11e235022f9cbd568a2bef8258d04f17b6a1a5 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 25 Aug 2019 13:39:12 -0400 Subject: Build with cards submodule --- stack.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stack.h') diff --git a/stack.h b/stack.h index f5140df..6daf9d0 100644 --- a/stack.h +++ b/stack.h @@ -17,11 +17,11 @@ #ifndef STACK_H #define STACK_H -#include #include #include -#include "cards.h" +#include +#include #ifndef STACK_CAP #define STACK_CAP 52 -- cgit 1.4.1