does not need syslog.h
authorderaadt <deraadt@openbsd.org>
Sun, 31 May 2015 23:27:06 +0000 (23:27 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 31 May 2015 23:27:06 +0000 (23:27 +0000)
usr.bin/tmux/server.c

index 34ec540..3d7cbde 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: server.c,v 1.123 2015/05/27 13:28:04 nicm Exp $ */
+/* $OpenBSD: server.c,v 1.124 2015/05/31 23:27:06 deraadt Exp $ */
 
 /*
  * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -31,7 +31,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <syslog.h>
 #include <termios.h>
 #include <time.h>
 #include <unistd.h>