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 /t/btrace2fio.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 't/btrace2fio.c')
-rw-r--r-- | t/btrace2fio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/btrace2fio.c b/t/btrace2fio.c index 4cdb38d1..a8a9d629 100644 --- a/t/btrace2fio.c +++ b/t/btrace2fio.c @@ -1,5 +1,4 @@ #include <stdio.h> -#include <stdio.h> #include <unistd.h> #include <inttypes.h> #include <math.h> @@ -12,6 +11,7 @@ #include "../blktrace_api.h" #include "../os/os.h" #include "../log.h" +#include "../minmax.h" #include "../oslib/linux-dev-lookup.h" #define TRACE_FIFO_SIZE 8192 |