diff options
author | jbj <devnull@localhost> | 1998-07-30 22:09:42 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-07-30 22:09:42 +0000 |
commit | 5142bf78e626b861ec1af6be7d81d3bb5c0afe03 (patch) | |
tree | aa6b84c1fb3cf9f267637a719f4f3106e19a1d12 /misc/fnmatch.c | |
parent | ff2267faac75d20f0b8e8ebfda7f571403ad5ee5 (diff) | |
download | librpm-tizen-5142bf78e626b861ec1af6be7d81d3bb5c0afe03.tar.gz librpm-tizen-5142bf78e626b861ec1af6be7d81d3bb5c0afe03.tar.bz2 librpm-tizen-5142bf78e626b861ec1af6be7d81d3bb5c0afe03.zip |
Consolidated includes for librpmbuild API.
CVS patchset: 2213
CVS date: 1998/07/30 22:09:42
Diffstat (limited to 'misc/fnmatch.c')
-rw-r--r-- | misc/fnmatch.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/fnmatch.c b/misc/fnmatch.c index 00d959bbe..f802d4042 100644 --- a/misc/fnmatch.c +++ b/misc/fnmatch.c @@ -18,8 +18,6 @@ Cambridge, MA 02139, USA. */ #include <errno.h> #include <ctype.h> -#include "miscfn.h" - /* Comment out all this code if we are using the GNU C Library, and are not actually compiling the library itself. This code is part of the GNU C |