Fix copyright lines
[folly.git] / folly / test / EndianTest.cpp
index 62ec78d24f80a5ded9eb6ac3eeae1ff265546adf..cfcb5480a4c6c84d0d410616c5021aa2da387f7a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2011-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.
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#include <folly/Bits.h>
+#include <folly/lang/Bits.h>
 
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;