fix benchmark.h include

This commit is contained in:
Corentin Le Molgat
2023-07-05 18:33:42 +02:00
parent 412b6bb630
commit edefa5d8a7
8 changed files with 8 additions and 8 deletions

View File

@@ -25,10 +25,10 @@
#include "absl/random/distributions.h"
#include "absl/random/random.h"
#include "absl/time/time.h"
#include "benchmark/benchmark.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "ortools/util/testing_utils.h"
#include "testing/base/public/benchmark.h"
namespace operations_research {

View File

@@ -16,11 +16,11 @@
#include <random>
#include <vector>
#include "benchmark/benchmark.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "ortools/base/linked_hash_set.h"
#include "ortools/util/random_engine.h"
#include "testing/base/public/benchmark.h"
#include "util/tuple/dump_vars.h"
namespace operations_research {

View File

@@ -22,10 +22,10 @@
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
#include "benchmark/benchmark.h"
#include "gtest/gtest.h"
#include "ortools/base/logging.h"
#include "ortools/base/macros.h"
#include "testing/base/public/benchmark.h"
namespace operations_research {

View File

@@ -25,11 +25,11 @@
#include "absl/container/flat_hash_set.h"
#include "absl/random/distributions.h"
#include "absl/strings/str_cat.h"
#include "benchmark/benchmark.h"
#include "gtest/gtest.h"
#include "ortools/base/callback.h"
#include "ortools/base/mathutil.h"
#include "ortools/util/time_limit.h"
#include "testing/base/public/benchmark.h"
namespace operations_research {
namespace {

View File

@@ -22,10 +22,10 @@
#include "absl/strings/str_cat.h"
#include "absl/strings/str_join.h"
#include "absl/strings/string_view.h"
#include "benchmark/benchmark.h"
#include "gtest/gtest.h"
#include "ortools/base/macros.h"
#include "ortools/util/permutation.h"
#include "testing/base/public/benchmark.h"
#include "testing/base/public/test_utils.h"
namespace operations_research {

View File

@@ -15,12 +15,12 @@
#include <vector>
#include "benchmark/benchmark.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "ortools/base/logging.h"
#include "ortools/base/macros.h"
#include "ortools/graph/graph.h"
#include "testing/base/public/benchmark.h"
namespace operations_research {
namespace {

View File

@@ -19,12 +19,12 @@
#include <vector>
#include "absl/random/distributions.h"
#include "benchmark/benchmark.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "ortools/base/commandlineflags.h"
#include "ortools/graph/ebert_graph.h"
#include "ortools/graph/graph.h"
#include "testing/base/public/benchmark.h"
ABSL_DECLARE_FLAG(bool, assignment_stack_order);

View File

@@ -20,6 +20,7 @@
#include "absl/memory/memory.h"
#include "absl/random/distributions.h"
#include "benchmark/benchmark.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "isp/fiber/auto_design/utils/parallelizer.h"
@@ -27,7 +28,6 @@
#include "ortools/graph/bounded_dijkstra.h"
#include "ortools/graph/shortest_paths.h"
#include "ortools/graph/test_util.h"
#include "testing/base/public/benchmark.h"
namespace operations_research {
namespace {