changeset 1020:2240f99f18a6

daemon: remove unneeded #include Logging has been heavily abstracted away via libjeffpc for years. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 09 Apr 2020 22:03:13 -0400
parents 7e96bbd20556
children 15914b85084b
files daemon.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/daemon.c	Thu Apr 09 21:18:05 2020 -0400
+++ b/daemon.c	Thu Apr 09 22:03:13 2020 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014-2019 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
+ * Copyright (c) 2014-2020 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -22,7 +22,6 @@
 
 #include "config.h"
 
-#include <syslog.h>
 #ifdef HAVE_PRIV_H
 #include <priv.h>
 #endif