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 --- freecell.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'freecell.c') diff --git a/freecell.c b/freecell.c index b7f6378..652ce3d 100644 --- a/freecell.c +++ b/freecell.c @@ -14,14 +14,15 @@ * along with this program. If not, see . */ -#include #include #include #include #include +#include +#include + #include "asset.h" -#include "cards.h" #include "layout.h" #include "stack.h" -- cgit 1.4.1