aboutsummaryrefslogtreecommitdiff
path: root/src/fs.h
diff options
context:
space:
mode:
authorMurray Nesbitt <github@nesbitt.ca>2018-11-13 12:27:52 +0000
committerMurray Nesbitt <github@nesbitt.ca>2018-11-16 03:20:44 +0000
commitc54e5a41c4ae0f50a27b93bda0c7d8f128101670 (patch)
tree9ad6f83b49c6e650f892ea67a8a3ae3bfd928448 /src/fs.h
parent47ed24cf8aa7be3b778731b1f140ad9941157933 (diff)
downloadbitcoin-c54e5a41c4ae0f50a27b93bda0c7d8f128101670.tar.xz
Remove unreferenced boost headers
Diffstat (limited to 'src/fs.h')
-rw-r--r--src/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs.h b/src/fs.h
index bdccb15232..0082f8b483 100644
--- a/src/fs.h
+++ b/src/fs.h
@@ -12,7 +12,6 @@
#endif
#include <boost/filesystem.hpp>
-#include <boost/filesystem/fstream.hpp>
/** Filesystem operations and types */
namespace fs = boost::filesystem;