Skip to content

Commit

Permalink
Removed unnecessary debug includes
Browse files Browse the repository at this point in the history
  • Loading branch information
PAndaContron committed Jun 16, 2020
1 parent a25f138 commit dbabe3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/board.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#include <tice.h>

#include <debug.h>
#include <assert.h>

#include "board.h"

void initBoard(board *b) {
Expand Down
2 changes: 2 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@

#include <graphx.h>

#ifdef DEBUG
#include <debug.h>
#include <assert.h>
#endif

#include "board.h"

Expand Down

0 comments on commit dbabe3a

Please sign in to comment.