]> the.earth.li Git - onak.git/blobdiff - maxpath.c
Cleanup various includes
[onak.git] / maxpath.c
index 0e5d632c6d150ba8ed66239ada32b523ea5859e5..d128e9c65e51583c75bed8e7e8c74336e4836c0c 100644 (file)
--- a/maxpath.c
+++ b/maxpath.c
  */
 
 #include <getopt.h>
+#include <inttypes.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
-#include "stats.h"
 #include "hash.h"
 #include "keydb.h"
 #include "ll.h"