Skip to content

Commit 3faa067

Browse files
committed
removed redundant header stdbool.h
1 parent b70d026 commit 3faa067

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/fread.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@
1111
#endif
1212
#ifdef WIN32 // means WIN64, too, oddly
1313
#include <windows.h>
14-
#include <stdbool.h> // true and false
1514
#else
1615
#include <sys/mman.h> // mmap
1716
#include <sys/stat.h> // fstat for filesize
1817
#include <fcntl.h> // open
1918
#include <unistd.h> // close
20-
#include <stdbool.h> // true and false
2119
#include <ctype.h> // isspace
2220
#include <errno.h> // errno
2321
#include <string.h> // strerror

0 commit comments

Comments
 (0)