From 87cfad8e3c9f67cbf764aa7b81685427a5d1d2e0 Mon Sep 17 00:00:00 2001 From: Maged Michael Date: Sat, 9 Dec 2017 22:31:03 -0800 Subject: [PATCH] UnboundedBlockingQueue: Remove extra include Summary: Remove include not needed after recent change Reviewed By: yfeldblum Differential Revision: D6529608 fbshipit-source-id: 904072084e180125d68bd1ef6e4dffb2939cd1eb --- folly/executors/task_queue/UnboundedBlockingQueue.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.34.1