Update CachelinePadded
[folly.git] / folly / test / FBVectorBenchmark.cpp
index cda23e900d28179dd797d9eafce2ecfdc04e37bd..ca327cdf0d5917b07979d110a44354e401fe03bb 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.
 //
 // Author: andrei.alexandrescu@fb.com
 
-#include <folly/Foreach.h>
-#include <folly/Traits.h>
-#include <folly/Random.h>
-#include <folly/FBString.h>
-#include <folly/FBVector.h>
-#include <folly/Benchmark.h>
-
-#include <gflags/gflags.h>
-
-#include <gtest/gtest.h>
 #include <list>
 #include <memory>
+
 #include <boost/random.hpp>
 
+#include <folly/Benchmark.h>
+#include <folly/FBString.h>
+#include <folly/FBVector.h>
+#include <folly/Foreach.h>
+#include <folly/Random.h>
+#include <folly/Traits.h>
+#include <folly/portability/GFlags.h>
+#include <folly/portability/GTest.h>
+
 using namespace std;
 using namespace folly;