summary refs log tree commit diff
path: root/stack.h
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 /stack.h
parentAdd cards submodule (diff)
downloadwep-4f11e235022f9cbd568a2bef8258d04f17b6a1a5.tar.gz
wep-4f11e235022f9cbd568a2bef8258d04f17b6a1a5.zip
Build with cards submodule
Diffstat (limited to '')
-rw-r--r--stack.h4
1 files changed, 2 insertions, 2 deletions
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 <SDL_stdinc.h>
 #include <assert.h>
 #include <stdlib.h>
 
-#include "cards.h"
+#include <SDL_stdinc.h>
+#include <cards.h>
 
 #ifndef STACK_CAP
 #define STACK_CAP 52