Fixing header's dependencies.

This commit is contained in:
Murilo Soares Pereira
2010-04-04 21:54:22 -03:00
parent f01a7c236c
commit 3889a40850
7 changed files with 6 additions and 5 deletions
-1
View File
@@ -1,6 +1,5 @@
#include <malloc.h>
#include <stdbool.h>
#include "card.h"
#include "stack.h"
void initialize_stack(struct stack **stack) {