Skip to content

Commit

Permalink
Remove unused header from crc32c.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
likema authored and grooverdan committed Feb 24, 2022
1 parent 863c1a0 commit 97ed3dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mysys/crc32/crc32c.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 97ed3dd

Please sign in to comment.