Remove redundant errno.h includes.
This commit is contained in:
parent
e81d24b24d
commit
185001e017
1
expr.c
1
expr.c
|
@ -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
1
main.c
|
@ -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
1
stab.c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue