mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
df: Don't include c++ standard <cstring>
Use string.h instead, since that's part of serenity :)
This commit is contained in:
parent
191073000e
commit
3de808e860
Notes:
sideshowbarker
2024-07-19 06:20:51 +09:00
Author: https://github.com/ADKaster
Commit: 3de808e860
Pull-request: https://github.com/SerenityOS/serenity/pull/2242
Reviewed-by: https://github.com/bugaevc
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
#include <AK/Vector.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/File.h>
|
||||
#include <cstring>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue