Don't include the thread header in main.cpp

This commit is contained in:
Username404-59 2021-07-06 12:26:17 +02:00
parent 87de5ca3f4
commit 46a3964596
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#include <iostream>
#include <set>
#include <thread>
#include <future>
#include <sstream>
using namespace std;