]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Rename ucioption.h to uci.h
[stockfish] / src / uci.cpp
index b82eeff556bacbf1b2a66b0dbdd0341d9bb6f8f3..a9391b50aa8ec5375ccf9db250cc64ed1a4018be 100644 (file)
@@ -28,7 +28,7 @@
 #include "search.h"
 #include "thread.h"
 #include "tt.h"
-#include "ucioption.h"
+#include "uci.h"
 
 using namespace std;
 
@@ -174,7 +174,7 @@ void UCI::loop(int argc, char* argv[]) {
           else
               Search::Limits.ponder = false;
       }
-      else if (token == "perft" || token == "divide")
+      else if (token == "perft")
       {
           int depth;
           stringstream ss;