Commit 29084260 by Derek Mauro Committed by Copybara-Service

Remove unused iostream include from crc32c.h

PiperOrigin-RevId: 491722639
Change-Id: Iff13661095d10c82599ad30f7220700825a78c9e
parent 67a8b227
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#define ABSL_CRC_CRC32C_H_ #define ABSL_CRC_CRC32C_H_
#include <cstdint> #include <cstdint>
#include <iostream>
#include <ostream> #include <ostream>
#include "absl/crc/internal/crc32c_inline.h" #include "absl/crc/internal/crc32c_inline.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment