Browse Source

Cleaned up unused include

Paul-Louis Ageneau 4 years ago
parent
commit
3ca396f2c8
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/impl/threadpool.cpp

+ 0 - 2
src/impl/threadpool.cpp

@@ -18,8 +18,6 @@
 
 #include "threadpool.hpp"
 
-#include <cstdlib>
-
 namespace rtc::impl {
 
 ThreadPool &ThreadPool::Instance() {