Clean up #includes

This commit is contained in:
FRIGN
2015-02-14 21:02:41 +01:00
parent 71fb259d02
commit 31572c8b0e
63 changed files with 45 additions and 145 deletions

3
grep.c
View File

@@ -3,11 +3,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include "queue.h"
#include "text.h"
#include "util.h"
enum { Match = 0, NoMatch = 1, Error = 2 };