Shift monotonic_coarse_clock into Chrono.h and rename it to coarse_steady_clock
[folly.git] / folly / test / PortabilityTest.cpp
index 58d104d940c7eeeb150cf2e9c66831fad79e9d61..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.
@@ -14,8 +14,6 @@
  * limitations under the License.
  */
 
-#include <folly/Portability.h>
-
 #include <memory>
 
 #include <folly/portability/GTest.h>