cmake: fix path to FindGLog.cmake
[folly.git] / folly / test / FBStringBenchmark.cpp
index e6d8a8e5e3fe5aec9d13d7cd035856176f3d57f9..f2922387e38331707f126741803dc01dd5ea1589 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2012-present 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/FBString.h>
 
 #include <cstdlib>
-
-#include <list>
 #include <fstream>
+#include <list>
 #include <sstream>
-#include <boost/algorithm/string.hpp>
-#include <boost/random.hpp>
 
-#include <gflags/gflags.h>
+#include <boost/random.hpp>
 
-#include <folly/Foreach.h>
-#include <folly/Random.h>
 #include <folly/Benchmark.h>
+#include <folly/Random.h>
+#include <folly/container/Foreach.h>
+#include <folly/portability/GFlags.h>
 
 using namespace std;
 using namespace folly;