Optimal make_integer_sequence
[folly.git] / folly / Lazy.h
index 0edb2e7752adbe1e5d292767ceae856b0b4aac06..32723bc1053694188580736f05fe6f74b97b428f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 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>
 
@@ -131,5 +131,3 @@ lazy(Func&& fun) {
 //////////////////////////////////////////////////////////////////////
 
 }
-
-#endif