mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:37:34 +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
5 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
extern "C" {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue