summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'system.h')
-rw-r--r--system.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/system.h b/system.h
index dd3573859..6f0b76b67 100644
--- a/system.h
+++ b/system.h
@@ -137,18 +137,7 @@ extern const char *__progname;
/* ============== from misc/miscfn.h */
-#if !defined(USE_GNU_GLOB)
-#if HAVE_FNMATCH_H
-#include <fnmatch.h>
-#endif
-
-#if HAVE_GLOB_H
-#include <glob.h>
-#endif
-#else
-#include "misc/glob.h"
#include "misc/fnmatch.h"
-#endif
#include <dlfcn.h>