summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLike Ma <likemartinma@gmail.com>2022-02-11 18:35:00 +0800
committerDaniel Black <daniel@mariadb.org>2022-02-24 19:41:00 +1100
commit97ed3dd6df2f37d7616df3252b027e47017625c8 (patch)
tree6603b9f9c9ec54c7eb38a744e125af2cf0c0e521
parent863c1a0206c6939df17e683d57e1511bd48fea7d (diff)
downloadmariadb-git-97ed3dd6df2f37d7616df3252b027e47017625c8.tar.gz
Remove unused header from crc32c.cc
-rw-r--r--mysys/crc32/crc32c.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys/crc32/crc32c.cc b/mysys/crc32/crc32c.cc
index b48e744a663..2bec041e278 100644
--- a/mysys/crc32/crc32c.cc
+++ b/mysys/crc32/crc32c.cc
@@ -18,7 +18,6 @@
#include <stddef.h>
#include <stdint.h>
-#include <string>
#include <my_global.h>
#include <my_byteorder.h>
static inline uint32_t DecodeFixed32(const char *ptr)