diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-08 19:30:10 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-08 19:30:10 +0000 |
commit | 8eeb992206592a3bc858ffda8216ca0538cb7ecf (patch) | |
tree | 224ad1a36c991f53c42530ae71ec0e30f59da895 | |
parent | f5c8360ade5e07f80671e53789f8f9d5315bd92a (diff) |
less logger.h
-rw-r--r-- | ge.c | 1 | ||||
-rw-r--r-- | logger.c | 1 | ||||
-rw-r--r-- | server.c | 1 |
3 files changed, 0 insertions, 3 deletions
@@ -29,7 +29,6 @@ #include <syslog.h> #include <unistd.h> -#include "logger.h" #include "log.h" struct conf conf; @@ -30,7 +30,6 @@ #include <syslog.h> #include <time.h> -#include "logger.h" #include "log.h" #include "proc.h" @@ -28,7 +28,6 @@ #include <limits.h> #include <string.h> -#include "logger.h" #include "log.h" #include "proc.h" |