parse: add support for soft deprecated options
[fio.git] / engines / null.c
index 0cfc22ad9e04d72ac8b1cc64e0b7fc958a4b2bdf..8c26ad7179aa1589720e7d6e3d4e84e4261d3cc8 100644 (file)
  * LD_LIBRARY_PATH=./engines ./fio examples/cpp_null.fio
  *
  */
-#include <stdio.h>
 #include <stdlib.h>
-#include <unistd.h>
-#include <errno.h>
 #include <assert.h>
 
 #include "../fio.h"