Remove int to int conversion, unused include.

No functional change.

Closes #1112
This commit is contained in:
Joost VandeVondele
2017-05-09 18:36:18 -07:00
committed by Joona Kiiski
parent 6b4959e3e0
commit 99d914985f
2 changed files with 6 additions and 7 deletions

View File

@@ -22,7 +22,6 @@
#define THREAD_H_INCLUDED
#include <atomic>
#include <bitset>
#include <condition_variable>
#include <mutex>
#include <thread>