remove unused boost filesystem header
This commit is contained in:
parent
31d6475655
commit
106a82cf40
2 changed files with 0 additions and 2 deletions
|
@ -42,7 +42,6 @@ if env['PLATFORM'] == 'Darwin':
|
|||
libraries.append('mapnik')
|
||||
libraries.append('icuuc')
|
||||
libraries.append('icudata')
|
||||
libraries.append('boost_filesystem%s' % env['BOOST_APPEND'])
|
||||
libraries.append('boost_iostreams%s' % env['BOOST_APPEND'])
|
||||
|
||||
ogr_inputdriver = env.SharedLibrary('ogr', source=ogr_src, SHLIBPREFIX='', SHLIBSUFFIX='.input', LIBS=libraries)
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
// boost
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
|
||||
using std::clog;
|
||||
using std::endl;
|
||||
|
|
Loading…
Reference in a new issue