summaryrefslogtreecommitdiff
path: root/lib/pattern.c
diff options
context:
space:
mode:
authorSitsofe Wheeler <sitsofe@yahoo.com>2018-03-19 05:33:13 +0000
committerSitsofe Wheeler <sitsofe@yahoo.com>2018-03-21 22:09:28 +0000
commit3d2d14bcb844e72809192311369a642c5d415472 (patch)
tree122bf381752fe506a9db265c5199178261a6ab9f /lib/pattern.c
parent0f0346e0c8f9141ceea8a5de8264c635ea0cae9b (diff)
downloadfio-3d2d14bcb844e72809192311369a642c5d415472.tar.gz
fio-3d2d14bcb844e72809192311369a642c5d415472.tar.bz2
Refactor #includes and headers
- Try and remove unneeded #include lines - Try and add #include lines that would allow the files to be built in a more standalone manner Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
Diffstat (limited to 'lib/pattern.c')
-rw-r--r--lib/pattern.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/pattern.c b/lib/pattern.c
index 31ee4eaf..2024f2e9 100644
--- a/lib/pattern.c
+++ b/lib/pattern.c
@@ -4,8 +4,6 @@
#include <limits.h>
#include <errno.h>
#include <assert.h>
-#include <sys/types.h>
-#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>