folly::Init, RAII variant of folly::init
[folly.git] / folly / test / ClockGettimeWrappersTest.cpp
index 4d1950a739ded422b18eed4fc32b32cfb2f2a15e..549594a6ce19504d66ae6c2109087294f03737b8 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.
 
 #include <folly/ClockGettimeWrappers.h>
 
-#include <folly/test/TestUtils.h>
-#include <folly/portability/GTest.h>
-
 #include <chrono>
 
+#include <folly/portability/GTest.h>
+#include <folly/test/TestUtils.h>
+
 static constexpr auto kAcceptableDeltaSecs = std::chrono::seconds(120);
 
 using folly::test::AreWithinSecs;