Remove redundant errno.h includes.

This commit is contained in:
Daniel Beer 2011-09-13 09:23:44 +12:00
parent e81d24b24d
commit 185001e017
4 changed files with 0 additions and 4 deletions

1
expr.c
View File

@ -22,7 +22,6 @@
#include <ctype.h>
#include <stdint.h>
#include <regex.h>
#include <errno.h>
#include <assert.h>
#include "expr.h"
#include "stab.h"

1
main.c
View File

@ -20,7 +20,6 @@
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <getopt.h>

1
stab.c
View File

@ -22,7 +22,6 @@
#include <ctype.h>
#include <stdint.h>
#include <regex.h>
#include <errno.h>
#include <assert.h>
#include "btree.h"
#include "stab.h"

1
util.c
View File

@ -22,7 +22,6 @@
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <errno.h>
#include <signal.h>
#include <assert.h>