From 23302413b3fc9cb3695a255b1ea6883f029b46fe Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 24 Oct 2008 16:37:56 +0200 Subject: Remove unused include param/param.h. --- lib/util/ms_fnmatch.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/util/ms_fnmatch.c') diff --git a/lib/util/ms_fnmatch.c b/lib/util/ms_fnmatch.c index dde35268eb..73fb0e0966 100644 --- a/lib/util/ms_fnmatch.c +++ b/lib/util/ms_fnmatch.c @@ -29,7 +29,6 @@ */ #include "includes.h" -#include "param/param.h" static int null_match(const char *p) { -- cgit