aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-08 17:28:33 +0000
committerOmar Polo <op@omarpolo.com>2023-06-08 17:28:33 +0000
commit85a575a444f08cf40de0eb553500b79b7a644a0f (patch)
tree3f4843d16d6920a7408e9cd583aaee92226c6aae
parentcbb7f9fc28abffd18642b83eeb8fe22e8931540f (diff)
remove forgotten include of logger.h
-rw-r--r--gmid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gmid.c b/gmid.c
index e3dfa8f..87330e4 100644
--- a/gmid.c
+++ b/gmid.c
@@ -30,7 +30,6 @@
#include <string.h>
#include <syslog.h>
-#include "logger.h"
#include "log.h"
#include "proc.h"