UnboundedBlockingQueue: Remove extra include
[folly.git] / folly / executors / task_queue / UnboundedBlockingQueue.h
index 95fa94c606fc4c5e07bd973b89fce9eee1a1997d..cfab6545ee4667905f6cbf7430fc8d3aa35b396a 100644 (file)
@@ -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 <folly/Synchronized.h>
 #include <folly/concurrency/UnboundedQueue.h>
 #include <folly/executors/task_queue/BlockingQueue.h>
 #include <folly/synchronization/LifoSem.h>