chiark / gitweb /
Import release 0.08
[secnet.git] / util.c
diff --git a/util.c b/util.c
index c652537704333f55ded4eb8890ece6f29d0d7f2b..053e81e4eac3112cfb6422f4e3fcf9597391bd16 100644 (file)
--- a/util.c
+++ b/util.c
@@ -8,19 +8,15 @@
  *
  */
 
-#include "config.h"
+#include "secnet.h"
 #include <stdio.h>
-#include <stdarg.h>
 #include <string.h>
 #include <errno.h>
-#include <syslog.h>
 #include <unistd.h>
 #include <limits.h>
 #include <assert.h>
-#include <sys/types.h>
 #include <sys/wait.h>
 #include "util.h"
-#include "secnet.h"
 #include "unaligned.h"
 
 #define MIN_BUFFER_SIZE 64