Remove some unneeded headers
This commit is contained in:
parent
498c9da860
commit
121de7d7ab
@ -3,7 +3,6 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <dirent.h>
|
||||
|
||||
#include <fspp/fs_interface/FuseErrnoException.h>
|
||||
#include "CryDevice.h"
|
||||
|
@ -1,7 +1,5 @@
|
||||
#include "CryNode.h"
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "CryDevice.h"
|
||||
#include "CryDir.h"
|
||||
#include "CryFile.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
#ifndef MESSMER_FSPP_FSTEST_FSPPFILETEST_H_
|
||||
#define MESSMER_FSPP_FSTEST_FSPPFILETEST_H_
|
||||
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "testutils/FileTest.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
#ifndef MESSMER_FSPP_FSTEST_FSPPSYMLINKTEST_H_
|
||||
#define MESSMER_FSPP_FSTEST_FSPPSYMLINKTEST_H_
|
||||
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "testutils/FileSystemTest.h"
|
||||
|
@ -1,6 +1,4 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include "FuseThread.h"
|
||||
#include <csignal>
|
||||
#include <cpp-utils/assert/assert.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user