summary refs log tree commit diff
path: root/sol.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-08-25 13:39:12 -0400
committerJune McEnroe <june@causal.agency>2019-08-25 13:42:41 -0400
commit4f11e235022f9cbd568a2bef8258d04f17b6a1a5 (patch)
tree0ed844ad4631b1605f6268f842a71f6734ea250b /sol.c
parentAdd cards submodule (diff)
downloadwep-4f11e235022f9cbd568a2bef8258d04f17b6a1a5.tar.gz
wep-4f11e235022f9cbd568a2bef8258d04f17b6a1a5.zip
Build with cards submodule
Diffstat (limited to 'sol.c')
-rw-r--r--sol.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sol.c b/sol.c
index cf643f2..f16c7b6 100644
--- a/sol.c
+++ b/sol.c
@@ -14,14 +14,15 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <SDL.h>
 #include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>
 
+#include <SDL.h>
+#include <cards.h>
+
 #include "asset.h"
-#include "cards.h"
 #include "layout.h"
 #include "stack.h"