mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00: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
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