mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +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:
committed by
Andreas Kling
parent
e4da2875c5
commit
f158cb27ea
@@ -32,6 +32,7 @@
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define PARSE_ASSERT(x) \
|
||||
if (!(x)) { \
|
||||
|
||||
Reference in New Issue
Block a user