Removed unused include of atomic - avoids annoying comiler warnings

This commit is contained in:
Erik Broberg
2016-05-20 17:03:25 -04:00
parent 8844775a1f
commit b74e3bbb5b
3 changed files with 0 additions and 3 deletions

View File

@@ -30,7 +30,6 @@
#include <ostream>
#include <thread>
#include <queue>
#include <atomic>
#include <modules/globebrowsing/other/concurrentqueue.h>
#include <modules/globebrowsing/other/threadpool.h>

View File

@@ -29,7 +29,6 @@
#include <ostream>
#include <thread>
#include <queue>
#include <atomic>
#include <modules/globebrowsing/other/concurrentqueue.h>
#include <modules/globebrowsing/other/threadpool.h>

View File

@@ -30,7 +30,6 @@
#include <ostream>
#include <thread>
#include <queue>
#include <atomic>
#include <modules/globebrowsing/other/concurrentqueue.h>