system/FileDescriptor: include cleanup

This commit is contained in:
Max Kellermann 2018-08-20 17:25:42 +02:00
parent eef66dee04
commit 4f2163e76c
2 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,7 @@
#include "config.h"
#include "FileDescriptor.hxx"
#include <assert.h>
#include <sys/stat.h>
#include <fcntl.h>

View File

@ -35,7 +35,6 @@
#include <utility>
#include <assert.h>
#include <unistd.h>
#include <sys/types.h>