diff options
author | June McEnroe <june@causal.agency> | 2019-03-27 18:39:35 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-03-27 18:39:35 -0400 |
commit | 19435761ed16c05d07f00d2235a0b4fdeb80e1c1 (patch) | |
tree | 3ed8de55fcd94f98af0414448ce650b8bc8acb99 | |
parent | Add Cards_Invert (diff) | |
download | cards-19435761ed16c05d07f00d2235a0b4fdeb80e1c1.tar.gz cards-19435761ed16c05d07f00d2235a0b4fdeb80e1c1.zip |
Remove unneeded include
Diffstat (limited to '')
-rw-r--r-- | sol.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sol.c b/sol.c index f91310a..c925955 100644 --- a/sol.c +++ b/sol.c @@ -15,7 +15,6 @@ */ #include <SDL.h> -#include <assert.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> |