From dea468e8bea5f9e24bc4f91ce6208910ce049d70 Mon Sep 17 00:00:00 2001 From: Murilo Pereira Date: Sun, 13 Feb 2011 19:37:50 -0200 Subject: [PATCH] No need for stdbool.h. --- test/card_test.c | 1 - test/frame_test.c | 1 - test/stack_test.c | 1 - 3 files changed, 3 deletions(-) diff --git a/test/card_test.c b/test/card_test.c index 1ac9507..df2108d 100644 --- a/test/card_test.c +++ b/test/card_test.c @@ -1,5 +1,4 @@ #include -#include #include "../lib/card.h" void test_initialize_card() { diff --git a/test/frame_test.c b/test/frame_test.c index 5c7bb9e..12e7b05 100644 --- a/test/frame_test.c +++ b/test/frame_test.c @@ -1,5 +1,4 @@ #include -#include #include "../lib/frame.h" void test_initialize_frame() { diff --git a/test/stack_test.c b/test/stack_test.c index 229a77e..8d9729f 100644 --- a/test/stack_test.c +++ b/test/stack_test.c @@ -1,5 +1,4 @@ #include -#include #include "../lib/stack.h" void test_stack() {