Refactor #includes and headers
[fio.git] / lib / ieee754.c
index c7742a2d295cc1c3d9104fb3161184c2b1ad8298..2154065cc136e2c15c514865baa2d3262e78853a 100644 (file)
@@ -5,7 +5,6 @@
  *
  * Below code was granted to the public domain.
  */
-#include <inttypes.h>
 #include "ieee754.h"
 
 uint64_t pack754(long double f, unsigned bits, unsigned expbits)