chiark / gitweb /
Source code reorganization:
[disorder] / lib / log.c
index cae84a7e232074f4ad27f68ff28d23908fb3224b..24f9427f3c808ae9fc3e8917e5240a2b934f2c0a 100644 (file)
--- a/lib/log.c
+++ b/lib/log.c
 #define NO_MEMORY_ALLOCATION
 /* because the memory allocation functions report errors */
 
 #define NO_MEMORY_ALLOCATION
 /* because the memory allocation functions report errors */
 
-#include <config.h>
+#include "common.h"
 
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 #include <errno.h>
 #include <syslog.h>
 #include <sys/time.h>
 #include <errno.h>
 #include <syslog.h>
 #include <sys/time.h>