Helper utility to construct, returns an Expected<..>
[folly.git] / folly / test / EndianTest.cpp
index a08748bb6bea224c1417c50bb0c7b837bff73d35..ab7d21c28f3fdc84a5ae73d326874691eca0eb5b 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.
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#include "folly/Bits.h"
+#include <folly/Bits.h>
 
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;