summaryrefslogtreecommitdiffstats
path: root/stat.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-02-05 17:07:26 -0500
committerTavian Barnes <tavianator@tavianator.com>2021-02-05 17:08:53 -0500
commitd45f19e132d38d1f63daecc97f45efeeee16987f (patch)
treeb76c5b2ba2dacee5851eba8932e1890190c0b447 /stat.h
parent08f4604d02d60576c7b856035e685a4f2479bf6d (diff)
downloadbfs-d45f19e132d38d1f63daecc97f45efeeee16987f.tar.xz
Fix up some #includes
Diffstat (limited to 'stat.h')
-rw-r--r--stat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stat.h b/stat.h
index a32967b..cb68190 100644
--- a/stat.h
+++ b/stat.h
@@ -27,7 +27,6 @@
#include "util.h"
#include <sys/types.h>
-#include <sys/stat.h>
#include <time.h>
#if BFS_HAS_SYS_PARAM