chiark / gitweb /
update CHANGES.html
[disorder] / lib / printf.c
index c5b9ebd36ec5f04636806d49cd49b91bb7d96e94..ed6af66c78f44b4b491f2cdfa50971f9a6388af6 100644 (file)
 #define NO_MEMORY_ALLOCATION
 /* because byte_snprintf used from log.c */
 
-#include <config.h>
-#include "types.h"
+#include "common.h"
 
-#include <stdio.h>
 #include <stdarg.h>
-#include <string.h>
 #include <errno.h>
-#include <stdlib.h>
 #include <stddef.h>
 
 #include "printf.h"