Use thread-local in RequestContext::getStaticContext
[folly.git] / folly / MacAddress.h
index ef7c3ac1dca7733d21ab18ca499fb8b0a3a0845d..884a2db81a086f58496e43e65a65e4002b385f9b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2014-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,8 +18,8 @@
 
 #include <iosfwd>
 
-#include <folly/Bits.h>
 #include <folly/Range.h>
+#include <folly/lang/Bits.h>
 
 namespace folly {