Remove some unneeded #includes.
This commit is contained in:
parent
d9d4be29e9
commit
35d39a456d
2 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,6 @@
|
|||
#include <sstream>
|
||||
|
||||
#ifdef USE_GZIP
|
||||
#include <boost/iostreams/copy.hpp>
|
||||
#include <boost/iostreams/filter/gzip.hpp>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
#include <stack>
|
||||
|
||||
#ifdef USE_GZIP
|
||||
#include <boost/iostreams/copy.hpp>
|
||||
#include <boost/iostreams/filtering_stream.hpp>
|
||||
#include <boost/iostreams/filter/gzip.hpp>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue