mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-18 16:21:52 +00:00
LibC: Remove an unneeded string.h include in ctype.h/cpp
And include string.h in the files that actually needed it
This commit is contained in:
parent
e4da2875c5
commit
f158cb27ea
Notes:
sideshowbarker
2024-07-19 02:09:21 +09:00
Author: https://github.com/benit8
Commit: f158cb27ea
Pull-request: https://github.com/SerenityOS/serenity/pull/3623
5 changed files with 3 additions and 3 deletions
|
@ -32,6 +32,7 @@
|
|||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define PARSE_ASSERT(x) \
|
||||
if (!(x)) { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue