summaryrefslogtreecommitdiff
path: root/src/system.hh.in
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2019-01-14 17:28:56 -0800
committerGitHub <noreply@github.com>2019-01-14 17:28:56 -0800
commit88fd3a38b9456998c59dd49bb225504156274c83 (patch)
tree5663abce89f3981c8a6c97c2e8be4d534ffbaa4a /src/system.hh.in
parenteab9f3d8f82a61af58121ccf5d62770b6156023f (diff)
parent15e5a6835005f0af7e26e19492764106ec3777a6 (diff)
downloadfork-ledger-88fd3a38b9456998c59dd49bb225504156274c83.tar.gz
fork-ledger-88fd3a38b9456998c59dd49bb225504156274c83.tar.bz2
fork-ledger-88fd3a38b9456998c59dd49bb225504156274c83.zip
Merge pull request #1707 from scfc/remove-sys-stat-h
Remove unnecessary include for sys/stat.h
Diffstat (limited to 'src/system.hh.in')
-rw-r--r--src/system.hh.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/system.hh.in b/src/system.hh.in
index c42b65b8..625de6ad 100644
--- a/src/system.hh.in
+++ b/src/system.hh.in
@@ -141,7 +141,6 @@ typedef std::ostream::pos_type ostream_pos_type;
#undef isspace(c)
#endif
-#include <sys/stat.h>
#if defined(_WIN32) || defined(__CYGWIN__)
#include <io.h>
#else