From b74e3bbb5ba46f85d7efd7eaefd2e8d46a0c1bc1 Mon Sep 17 00:00:00 2001 From: Erik Broberg Date: Fri, 20 May 2016 17:03:25 -0400 Subject: [PATCH] Removed unused include of atomic - avoids annoying comiler warnings --- modules/globebrowsing/other/concurrentjobmanager.h | 1 - modules/globebrowsing/other/threadpool.cpp | 1 - modules/globebrowsing/other/threadpool.h | 1 - 3 files changed, 3 deletions(-) diff --git a/modules/globebrowsing/other/concurrentjobmanager.h b/modules/globebrowsing/other/concurrentjobmanager.h index 9843ea02de..785ebfca30 100644 --- a/modules/globebrowsing/other/concurrentjobmanager.h +++ b/modules/globebrowsing/other/concurrentjobmanager.h @@ -30,7 +30,6 @@ #include #include #include -#include #include #include diff --git a/modules/globebrowsing/other/threadpool.cpp b/modules/globebrowsing/other/threadpool.cpp index daf3c80559..4463b7df8c 100644 --- a/modules/globebrowsing/other/threadpool.cpp +++ b/modules/globebrowsing/other/threadpool.cpp @@ -29,7 +29,6 @@ #include #include #include -#include #include #include diff --git a/modules/globebrowsing/other/threadpool.h b/modules/globebrowsing/other/threadpool.h index d792ee01d0..0b61d93df7 100644 --- a/modules/globebrowsing/other/threadpool.h +++ b/modules/globebrowsing/other/threadpool.h @@ -30,7 +30,6 @@ #include #include #include -#include #include