projects
/
ets2_tele.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd6820
)
* Dropped unneded header inclusions from telelogger.c.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Sun, 21 Jul 2019 22:00:51 +0000
(
00:00
+0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Sun, 21 Jul 2019 22:00:51 +0000
(
00:00
+0200)
telelogger.c
patch
|
blob
|
history
diff --git
a/telelogger.c
b/telelogger.c
index b79b1450d1ce575c6b7fa668439175233d2586fa..4c9750cfbb4c726643b42fbcebdadeb8c4d24732 100644
(file)
--- a/
telelogger.c
+++ b/
telelogger.c
@@
-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) {