Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2018 20:38:47 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336145 - head/usr.bin/localedef
Message-ID:  <201807092038.w69KclPG045756@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Mon Jul  9 20:38:47 2018
New Revision: 336145
URL: https://svnweb.freebsd.org/changeset/base/336145

Log:
  localedef(1): remove duplicated includes.
  
  Hinted by:	DragonFlyBSD

Modified:
  head/usr.bin/localedef/charmap.c
  head/usr.bin/localedef/localedef.c

Modified: head/usr.bin/localedef/charmap.c
==============================================================================
--- head/usr.bin/localedef/charmap.c	Mon Jul  9 20:33:48 2018	(r336144)
+++ head/usr.bin/localedef/charmap.c	Mon Jul  9 20:38:47 2018	(r336145)
@@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$");
 #include <stdlib.h>
 #include <string.h>
 #include <limits.h>
-#include <unistd.h>
 #include <stddef.h>
 #include <unistd.h>
 #include "localedef.h"

Modified: head/usr.bin/localedef/localedef.c
==============================================================================
--- head/usr.bin/localedef/localedef.c	Mon Jul  9 20:33:48 2018	(r336144)
+++ head/usr.bin/localedef/localedef.c	Mon Jul  9 20:38:47 2018	(r336145)
@@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <string.h>
-#include <unistd.h>
 #include <libgen.h>
 #include <stddef.h>
 #include <unistd.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807092038.w69KclPG045756>