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,