less logger.h

This commit is contained in:
Omar Polo 2023-06-08 19:30:10 +00:00
parent f5c8360ade
commit 8eeb992206
3 changed files with 0 additions and 3 deletions

1
ge.c
View File

@ -29,7 +29,6 @@
#include <syslog.h>
#include <unistd.h>
#include "logger.h"
#include "log.h"
struct conf conf;

View File

@ -30,7 +30,6 @@
#include <syslog.h>
#include <time.h>
#include "logger.h"
#include "log.h"
#include "proc.h"

View File

@ -28,7 +28,6 @@
#include <limits.h>
#include <string.h>
#include "logger.h"
#include "log.h"
#include "proc.h"