Commit e1180516 authored by Nathan Bronson's avatar Nathan Bronson Committed by Facebook GitHub Bot

add #pragma once to some header files that were missing them

Reviewed By: yfeldblum, Mizuchi

Differential Revision: D23436113

fbshipit-source-id: 940cdca0d1d674ab4929b8f88ce48438fa0e4b25
parent 832a9353
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
* limitations under the License. * limitations under the License.
*/ */
#pragma once
#include <folly/Optional.h> #include <folly/Optional.h>
#include <folly/concurrency/UnboundedQueue.h> #include <folly/concurrency/UnboundedQueue.h>
#include <folly/executors/SequencedExecutor.h> #include <folly/executors/SequencedExecutor.h>
......
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
* limitations under the License. * limitations under the License.
*/ */
#pragma once
#include <folly/Chrono.h> #include <folly/Chrono.h>
#include <folly/futures/Future.h> #include <folly/futures/Future.h>
#include <folly/io/async/EventBase.h> #include <folly/io/async/EventBase.h>
......
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
* limitations under the License. * limitations under the License.
*/ */
#pragma once
#include <folly/logging/xlog.h> #include <folly/logging/xlog.h>
class LogOnDestruction { class LogOnDestruction {
......
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
* limitations under the License. * limitations under the License.
*/ */
#pragma once
#include <chrono> #include <chrono>
#include <mutex> #include <mutex>
#include <shared_mutex> #include <shared_mutex>
......
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
* limitations under the License. * limitations under the License.
*/ */
#pragma once
// //
// Author: andrei.alexandrescu@fb.com // Author: andrei.alexandrescu@fb.com
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment