No need for stdbool.h.
This commit is contained in:
parent
422a866e10
commit
dea468e8be
@ -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() {
|
||||||
|
@ -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() {
|
||||||
|
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user