summary refs log tree commit diff
path: root/stack.h
diff options
context:
space:
mode:
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