remove iostream
This commit is contained in:
parent
2e2de836bd
commit
700b8cffef
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
#include "../includes/mybt.h"
|
||||
#include <iostream>
|
||||
|
||||
void bt_t::init(int _nbl, int _nbc) {
|
||||
if (_nbl > MAX_LINES || _nbc > MAX_COLS) {
|
||||
|
|
Reference in a new issue