Make Observer stress test pass a stress run
[folly.git] / folly / Lazy.h
index 886a1eb20ed60b268cb3a4015c01bd7fcf9b56b0..1d1ba72843cac44bb2ede1b1ef52315d1741db5a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2016 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#ifndef FOLLY_LAZY_H_
-#define FOLLY_LAZY_H_
+
+#pragma once
 
 #include <utility>
 #include <type_traits>
 
-#include "folly/Optional.h"
+#include <folly/Optional.h>
 
 namespace folly {
 
@@ -131,5 +131,3 @@ lazy(Func&& fun) {
 //////////////////////////////////////////////////////////////////////
 
 }
-
-#endif