diff options
author | Tim Landscheidt <tim@tim-landscheidt.de> | 2019-01-12 21:43:12 +0000 |
---|---|---|
committer | Tim Landscheidt <tim@tim-landscheidt.de> | 2019-01-12 23:23:53 +0000 |
commit | 15e5a6835005f0af7e26e19492764106ec3777a6 (patch) | |
tree | bcae86c231a6f816eb6740b2c2cb76b80f5d0fe4 /src/system.hh.in | |
parent | 40f84faa52396633dfc6756f04d89443bfa4debb (diff) | |
download | fork-ledger-15e5a6835005f0af7e26e19492764106ec3777a6.tar.gz fork-ledger-15e5a6835005f0af7e26e19492764106ec3777a6.tar.bz2 fork-ledger-15e5a6835005f0af7e26e19492764106ec3777a6.zip |
Remove unnecessary include for sys/stat.h
Diffstat (limited to 'src/system.hh.in')
-rw-r--r-- | src/system.hh.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index 38ac1e63..e36d0aa3 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2018, John Wiegley. All rights reserved. + * Copyright (c) 2003-2019, John Wiegley. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -143,7 +143,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 |