From ba1a527bdd67bfd0b22e67015ae59b858a598da2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 27 Mar 2004 08:43:36 +0000 Subject: [PATCH] Don't include savedir.h -- no longer needed. --- src/chmod.c | 1 - src/chown-core.c | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/chmod.c b/src/chmod.c index d3650cf332..290c9d17f5 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -30,7 +30,6 @@ #include "modechange.h" #include "quote.h" #include "root-dev-ino.h" -#include "savedir.h" #include "xfts.h" /* The official name of this program (e.g., no `g' prefix). */ diff --git a/src/chown-core.c b/src/chown-core.c index ba2c5c3df7..ca52bea396 100644 --- a/src/chown-core.c +++ b/src/chown-core.c @@ -1,5 +1,5 @@ /* chown-core.c -- core functions for changing ownership. - Copyright (C) 2000, 2002, 2003 Free Software Foundation. + Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,7 +29,6 @@ #include "lchown.h" #include "quote.h" #include "root-dev-ino.h" -#include "savedir.h" #include "chown-core.h" /* The number of decimal digits required to represent the largest value of -- 2.47.2