No need for stdbool.h.

This commit is contained in:
Murilo Pereira 2011-02-13 19:37:50 -02:00
parent 422a866e10
commit dea468e8be
3 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
#include <assert.h> #include <assert.h>
#include <stdbool.h>
#include "../lib/card.h" #include "../lib/card.h"
void test_initialize_card() { void test_initialize_card() {

View File

@ -1,5 +1,4 @@
#include <assert.h> #include <assert.h>
#include <stdbool.h>
#include "../lib/frame.h" #include "../lib/frame.h"
void test_initialize_frame() { void test_initialize_frame() {

View File

@ -1,5 +1,4 @@
#include <assert.h> #include <assert.h>
#include <stdbool.h>
#include "../lib/stack.h" #include "../lib/stack.h"
void test_stack() { void test_stack() {