Fix building the stl_vector tests with -Wshadow-compatible-local
[folly.git] / folly / Lazy.h
index fd3e51036b549d4d369c3a2967ec28851bffbabc..32723bc1053694188580736f05fe6f74b97b428f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Facebook, Inc.
+ * Copyright 2017 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_
 
-#include <utility>
+#pragma once
+
 #include <type_traits>
+#include <utility>
 
-#include "folly/Optional.h"
+#include <folly/Optional.h>
 
 namespace folly {
 
@@ -131,5 +131,3 @@ lazy(Func&& fun) {
 //////////////////////////////////////////////////////////////////////
 
 }
-
-#endif