about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-03-27 18:39:35 -0400
committerJune McEnroe <june@causal.agency>2019-03-27 18:39:35 -0400
commit19435761ed16c05d07f00d2235a0b4fdeb80e1c1 (patch)
tree3ed8de55fcd94f98af0414448ce650b8bc8acb99
parentAdd Cards_Invert (diff)
downloadcards-19435761ed16c05d07f00d2235a0b4fdeb80e1c1.tar.gz
cards-19435761ed16c05d07f00d2235a0b4fdeb80e1c1.zip
Remove unneeded include
-rw-r--r--sol.c1
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>