mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +00:00
truncate: Remove unnecessary includes
These are no longer necessary, as we are now using LibCore syscall wrappers.
This commit is contained in:
parent
0ae92cdaa0
commit
fb27702981
1 changed files with 0 additions and 4 deletions
|
@ -7,10 +7,6 @@
|
||||||
#include <LibCore/ArgsParser.h>
|
#include <LibCore/ArgsParser.h>
|
||||||
#include <LibCore/System.h>
|
#include <LibCore/System.h>
|
||||||
#include <LibMain/Main.h>
|
#include <LibMain/Main.h>
|
||||||
#include <fcntl.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
enum TruncateOperation {
|
enum TruncateOperation {
|
||||||
OP_Set,
|
OP_Set,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue