From e6b23e1431d8d798bb3c620bc26557ea44a30b98 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Tue, 28 Apr 2009 19:14:05 +0000 Subject: [PATCH] * libmisc/chkname.c: Do not include and . There are no more needed. --- ChangeLog | 7 ++++++- libmisc/chkname.c | 5 ----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 909c99b1..f42b662a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2009-04-27 Nicolas François +2009-04-28 Nicolas François + + * libmisc/chkname.c: Do not include and . There + are no more needed. + +2009-04-28 Nicolas François * libmisc/limits.c: Replace strtol() by getlong(). * libmisc/limits.c: Replace HAVE_UTMPX_H by USE_UTMPX. diff --git a/libmisc/chkname.c b/libmisc/chkname.c index 428acc11..64f5580c 100644 --- a/libmisc/chkname.c +++ b/libmisc/chkname.c @@ -45,11 +45,6 @@ #include #include "defines.h" #include "chkname.h" -#if HAVE_UTMPX_H -#include -#else -#include -#endif static bool is_valid_name (const char *name) {