Add needsPeerVerification function to check if peer cert should be verified
[folly.git] / folly / test / HistogramBenchmark.cpp
index 541d5ced182bbebb00765330c91775ba96710fd2..d708253be2d726867ab7d9c516ec3a154258e22c 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/stats/Histogram.h>
 
-#include <gflags/gflags.h>
-
 #include <folly/Benchmark.h>
 #include <folly/Foreach.h>
+#include <folly/portability/GFlags.h>
 
 using folly::Histogram;