about summary refs log tree commit diff stats
path: root/src/LYUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYUtils.h')
-rw-r--r--src/LYUtils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/LYUtils.h b/src/LYUtils.h
index f009994f..ce9e42f9 100644
--- a/src/LYUtils.h
+++ b/src/LYUtils.h
@@ -284,11 +284,7 @@ extern HTList *sug_filenames;
  * syslog() facility
  */
 #if !defined(VMS) && defined(SYSLOG_REQUESTED_URLS)
-#ifdef WATT32
-#include <sys/syslog.h>
-#else
 #include <syslog.h>
-#endif
 
 extern void LYOpenlog  PARAMS((CONST char *banner));
 extern void LYSyslog   PARAMS((char *arg));