don't try to run the poly tests on gcc-4.9. they will fail.
[folly.git] / folly / futures / Timekeeper.h
index bdf978a8941d8bc0624c86c53fbc7483edfec8d1..f5223f43f80a5384c49a4dd8f4a2c3f20efd90a8 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.
@@ -16,8 +16,8 @@
 
 #pragma once
 
-#include <folly/futures/detail/Types.h>
 #include <folly/Unit.h>
+#include <folly/futures/detail/Types.h>
 
 namespace folly {