Move folly/MallctlHelper.h to folly/memory/
[folly.git] / folly / test / PortabilityTest.cpp
index 8ff47aa096fb4ca3f605c6b8cf8cadbf7f324475..8ba6cbc8e0750992cb90c9b9927f093765c1dd5b 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.
  * limitations under the License.
  */
 
-#include <folly/Portability.h>
-
 #include <memory>
 
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 class Base {
  public: