aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--algorithm.h2
-rw-r--r--arm_utils.h2
-rw-r--r--buffer_sink.h2
-rw-r--r--buffer_source.h2
-rw-r--r--buffer_view.h2
-rw-r--r--image_index.h2
-rw-r--r--patch_writer.h2
-rw-r--r--rel32_finder.h1
-rw-r--r--suffix_array.h2
9 files changed, 8 insertions, 9 deletions
diff --git a/algorithm.h b/algorithm.h
index 898859f..f5d49e3 100644
--- a/algorithm.h
+++ b/algorithm.h
@@ -11,7 +11,7 @@
#include <type_traits>
#include <vector>
-#include "base/logging.h"
+#include "base/check_op.h"
// Collection of simple utilities used in for low-level computation.
diff --git a/arm_utils.h b/arm_utils.h
index eb9b343..6d8e784 100644
--- a/arm_utils.h
+++ b/arm_utils.h
@@ -8,7 +8,7 @@
#include <stddef.h>
#include <stdint.h>
-#include "base/logging.h"
+#include "base/check_op.h"
#include "base/macros.h"
#include "components/zucchini/address_translator.h"
#include "components/zucchini/buffer_view.h"
diff --git a/buffer_sink.h b/buffer_sink.h
index c17f040..24798af 100644
--- a/buffer_sink.h
+++ b/buffer_sink.h
@@ -10,7 +10,7 @@
#include <algorithm>
#include <iterator>
-#include "base/logging.h"
+#include "base/check_op.h"
#include "components/zucchini/buffer_view.h"
namespace zucchini {
diff --git a/buffer_source.h b/buffer_source.h
index d2a05b0..7426d4e 100644
--- a/buffer_source.h
+++ b/buffer_source.h
@@ -11,7 +11,7 @@
#include <initializer_list>
#include <type_traits>
-#include "base/logging.h"
+#include "base/check_op.h"
#include "components/zucchini/buffer_view.h"
namespace zucchini {
diff --git a/buffer_view.h b/buffer_view.h
index bb86a9b..661e3c3 100644
--- a/buffer_view.h
+++ b/buffer_view.h
@@ -11,7 +11,7 @@
#include <algorithm>
#include <type_traits>
-#include "base/logging.h"
+#include "base/check_op.h"
#include "components/zucchini/algorithm.h"
namespace zucchini {
diff --git a/image_index.h b/image_index.h
index 6301b3a..b5acee1 100644
--- a/image_index.h
+++ b/image_index.h
@@ -11,7 +11,7 @@
#include <map>
#include <vector>
-#include "base/logging.h"
+#include "base/check_op.h"
#include "components/zucchini/buffer_view.h"
#include "components/zucchini/image_utils.h"
#include "components/zucchini/reference_set.h"
diff --git a/patch_writer.h b/patch_writer.h
index b698dbc..34acaf1 100644
--- a/patch_writer.h
+++ b/patch_writer.h
@@ -12,7 +12,7 @@
#include <utility>
#include <vector>
-#include "base/logging.h"
+#include "base/check.h"
#include "base/macros.h"
#include "base/optional.h"
#include "components/zucchini/buffer_sink.h"
diff --git a/rel32_finder.h b/rel32_finder.h
index a4691fd..b70b1be 100644
--- a/rel32_finder.h
+++ b/rel32_finder.h
@@ -9,7 +9,6 @@
#include <vector>
-#include "base/logging.h"
#include "base/macros.h"
#include "base/optional.h"
#include "components/zucchini/buffer_view.h"
diff --git a/suffix_array.h b/suffix_array.h
index ea49a43..cf9af7d 100644
--- a/suffix_array.h
+++ b/suffix_array.h
@@ -10,7 +10,7 @@
#include <numeric>
#include <vector>
-#include "base/logging.h"
+#include "base/check.h"
#include "base/macros.h"
namespace zucchini {