summaryrefslogtreecommitdiffstats
path: root/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'glob.c')
-rw-r--r--glob.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/glob.c b/glob.c
index 62aceaeb..dcab2ed8 100644
--- a/glob.c
+++ b/glob.c
@@ -24,18 +24,13 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <stdio.h>
-#include <stdlib.h>
#include <stdarg.h>
#include <wchar.h>
#include <signal.h>
#include <glob.h>
#include "config.h"
#include "lib.h"
-#include "hash.h"
#include "gc.h"
-#include "signal.h"
-#include "unwind.h"
#include "utf8.h"
#include "eval.h"
#include "glob.h"