Reorganize the stats directory
[folly.git] / folly / test / PortabilityTest.cpp
index 923c2391cbdcc46590fbbfce8e9f4113c5dd5a36..8ba6cbc8e0750992cb90c9b9927f093765c1dd5b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 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.
  * limitations under the License.
  */
 
-#include <folly/Portability.h>
-
 #include <memory>
 
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 class Base {
  public: