log: remember to free output buffer when done
[fio.git] / lib / memalign.c
index bfbd1e80c851da90410dfbf0565849ce725f3193..e774c19c3ebe9980008b38afacc4c29c475ca666 100644 (file)
@@ -1,6 +1,5 @@
-#include <stdlib.h>
 #include <assert.h>
-#include <inttypes.h>
+#include <stdlib.h>
 
 #include "memalign.h"