Date: Fri, 21 Aug 2015 15:42:47 GMT From: roam@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r290016 - soc2015/roam/ayiya_listen Message-ID: <201508211542.t7LFglmh050131@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: roam Date: Fri Aug 21 15:42:46 2015 New Revision: 290016 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=290016 Log: Clean up ayiya_listen's #include directives. ObQuote: "Less is more" Modified: soc2015/roam/ayiya_listen/main.c Modified: soc2015/roam/ayiya_listen/main.c ============================================================================== --- soc2015/roam/ayiya_listen/main.c Fri Aug 21 15:42:42 2015 (r290015) +++ soc2015/roam/ayiya_listen/main.c Fri Aug 21 15:42:46 2015 (r290016) @@ -37,7 +37,6 @@ #include <assert.h> #include <err.h> #include <errno.h> -#include <fcntl.h> #include <netdb.h> #include <regex.h> #include <sha.h> @@ -47,7 +46,6 @@ #include <stdint.h> #include <stdlib.h> #include <string.h> -#include <time.h> #include <unistd.h> #include <netgraph.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508211542.t7LFglmh050131>