From: Maged Michael Date: Sun, 10 Dec 2017 06:31:03 +0000 (-0800) Subject: UnboundedBlockingQueue: Remove extra include X-Git-Tag: v2017.12.11.00~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=87cfad8e3c9f67cbf764aa7b81685427a5d1d2e0;p=folly.git UnboundedBlockingQueue: Remove extra include Summary: Remove include not needed after recent change Reviewed By: yfeldblum Differential Revision: D6529608 fbshipit-source-id: 904072084e180125d68bd1ef6e4dffb2939cd1eb --- diff --git a/folly/executors/task_queue/UnboundedBlockingQueue.h b/folly/executors/task_queue/UnboundedBlockingQueue.h index 95fa94c6..cfab6545 100644 --- a/folly/executors/task_queue/UnboundedBlockingQueue.h +++ b/folly/executors/task_queue/UnboundedBlockingQueue.h @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2017-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,7 +16,6 @@ #pragma once -#include #include #include #include