1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:14:58 +00:00

truncate: Remove unnecessary includes

These are no longer necessary, as we are now using LibCore syscall
wrappers.
This commit is contained in:
Tim Ledbetter 2023-07-22 14:39:46 +01:00 committed by Andreas Kling
parent 0ae92cdaa0
commit fb27702981

View file

@ -7,10 +7,6 @@
#include <LibCore/ArgsParser.h>
#include <LibCore/System.h>
#include <LibMain/Main.h>
#include <fcntl.h>
#include <stdio.h>
#include <sys/stat.h>
#include <unistd.h>
enum TruncateOperation {
OP_Set,