No need for stdbool.h.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
#include "../lib/card.h"
|
||||
|
||||
void test_initialize_card() {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
#include "../lib/frame.h"
|
||||
|
||||
void test_initialize_frame() {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
#include "../lib/stack.h"
|
||||
|
||||
void test_stack() {
|
||||
|
||||
Reference in New Issue
Block a user