--- src/matrix.cpp +++ src/matrix.cpp @@ -5,7 +5,7 @@ #include "matrix.h" #include #ifndef NO_DEBUG -#include +#include #endif Matrix::Matrix(int s) @@ -78,60 +78,60 @@ int i, j; - cout << "\n "; + std::cout << "\n "; for (i=0; iisEmpty()) { - cout << markTexts->count() << " mark texts in the storage.\n"; + std::cout << markTexts->count() << " mark texts in the storage.\n"; for (QStringList::Iterator it=markTexts->begin(); it != markTexts->end(); ++it) - cout << (QString)(*it) << endl; + std::cout << (QString)(*it) << endl; } } #endif --- src/tree.cpp +++ src/tree.cpp @@ -5,7 +5,6 @@ #include "tree.h" #include "move.h" #include "qgo.h" -#include #include Tree::Tree(int board_size)