From: ewt Date: Fri, 24 Jan 1997 19:05:56 +0000 (+0000) Subject: don't include miscfn.h -- glob.h gets it X-Git-Tag: rpm-4.4-release~4374 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d6a382fb16f1f74b35be962c86539f8518faa27;p=platform%2Fupstream%2Frpm.git don't include miscfn.h -- glob.h gets it CVS patchset: 1361 CVS date: 1997/01/24 19:05:56 --- diff --git a/misc/glob.c b/misc/glob.c index 096a9ca..ea2dda4 100644 --- a/misc/glob.c +++ b/misc/glob.c @@ -190,7 +190,6 @@ extern char *alloca (); #undef FNM_PATHNAME #undef FNM_NOESCAPE #undef FNM_PERIOD -#include "miscfn.h" /* Some system header files erroneously define these. We want our own definitions from to take precedence. */