Switch to folly/Optional.h to use std::aligned_storage
[folly.git] / folly / Lazy.h
index 1d1ba72843cac44bb2ede1b1ef52315d1741db5a..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.
@@ -16,8 +16,8 @@
 
 #pragma once
 
-#include <utility>
 #include <type_traits>
+#include <utility>
 
 #include <folly/Optional.h>