safe to remove thread related headers? (#3713)
authorLiangfu Chen <liangfu.chen@harman.com>
Tue, 6 Aug 2019 20:58:38 +0000 (04:58 +0800)
committerThierry Moreau <moreau@uw.edu>
Tue, 6 Aug 2019 20:58:38 +0000 (13:58 -0700)
vta/src/runtime.cc

index 4a65528..0ad53dc 100644 (file)
@@ -34,9 +34,7 @@
 #include <cassert>
 #include <cstring>
 #include <vector>
-#include <thread>
 #include <memory>
-#include <atomic>
 
 namespace vta {