Make most implicit integer truncations and sign conversions explicit
[folly.git] / folly / test / HistogramTest.cpp
index 143dea6e745d4b53670cae240ecb1a1ae7d794cf..c2997a35ecdf5e55a44d18e24924d47a6298d884 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.
@@ -17,8 +17,7 @@
 #include <folly/stats/Histogram.h>
 #include <folly/stats/Histogram-defs.h>
 
-#include <gflags/gflags.h>
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using folly::Histogram;