aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0bdd150..6a71d3e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,14 +1,8 @@
#include "uci.hpp"
#include "zobrist.hpp"
-#include <cstdlib>
-#include <ctime>
-
-using namespace std;
-
int main() {
InitZobrist();
- srand(time(0));
Uci();
return 0;