diff options
author | Sitsofe Wheeler <sitsofe@yahoo.com> | 2018-03-19 05:33:13 +0000 |
---|---|---|
committer | Sitsofe Wheeler <sitsofe@yahoo.com> | 2018-03-21 22:09:28 +0000 |
commit | 3d2d14bcb844e72809192311369a642c5d415472 (patch) | |
tree | 122bf381752fe506a9db265c5199178261a6ab9f /lib/pattern.c | |
parent | 0f0346e0c8f9141ceea8a5de8264c635ea0cae9b (diff) | |
download | fio-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.c | 2 |
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> |