* Dropped unneded header inclusions from telelogger.c.
authorUrban Wallasch <urban.wallasch@freenet.de>
Sun, 21 Jul 2019 22:00:51 +0000 (00:00 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Sun, 21 Jul 2019 22:00:51 +0000 (00:00 +0200)
telelogger.c

index b79b1450d1ce575c6b7fa668439175233d2586fa..4c9750cfbb4c726643b42fbcebdadeb8c4d24732 100644 (file)
@@ -3,13 +3,9 @@
 #include <stdint.h>
 #include <inttypes.h>
 #include <stdbool.h>
-#include <string.h>
-#include <errno.h>
+
 #include <unistd.h>
 
-#include "fserv.h"
-#include "net.h"
-#include "log.h"
 #include "shmget.h"
 
 static int log_console(void) {