瀏覽代碼

LibCore: Remove unused include MemMem

These instances were detected by searching for files that include
MemMem.h, but don't match the regex:
\\b(MemMem(?!\.h>)|bitap_bitwise|memmem|memmem_optional)\\b
These are the only symbols defined by MemMem.h.

In theory, one might use LibCPP to detect things like this
automatically, but let's do this one step after another.
Ben Wiederhake 2 年之前
父節點
當前提交
b2cd935efd
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Userland/Libraries/LibCore/Stream.h

+ 0 - 1
Userland/Libraries/LibCore/Stream.h

@@ -12,7 +12,6 @@
 #include <AK/EnumBits.h>
 #include <AK/EnumBits.h>
 #include <AK/Function.h>
 #include <AK/Function.h>
 #include <AK/IPv4Address.h>
 #include <AK/IPv4Address.h>
-#include <AK/MemMem.h>
 #include <AK/Noncopyable.h>
 #include <AK/Noncopyable.h>
 #include <AK/Result.h>
 #include <AK/Result.h>
 #include <AK/Span.h>
 #include <AK/Span.h>