# HG changeset patch # User Paul Eggert # Date 1158783408 0 # Node ID 1244a558ab8bda1de0aaf50e462343dc70803710 # Parent 71b7fd6909eac8c52c70bf53c18bba51784bf17a * mkstemp-safer.c: Include "mkstemp.h" instead of . diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -6,7 +6,7 @@ Include "mkstemp.h". Make the _LIBC code resemble glibc original more, e.g., use K&R style. - * mkstemp-safer.c: Include "mkstemp.h". + * mkstemp-safer.c: Include "mkstemp.h" instead of . (mkstemp): Remove, since mkstemp.h does this for us. * stdlib--.h: Include mkstemp.h. diff --git a/lib/mkstemp-safer.c b/lib/mkstemp-safer.c --- a/lib/mkstemp-safer.c +++ b/lib/mkstemp-safer.c @@ -22,7 +22,6 @@ #include "stdlib-safer.h" -#include #include "mkstemp.h" #include "unistd-safer.h"