Merge pull request #5963 from wavexx/remove_undeeded_includes

Remove unneeded inclusion of boost::nowide
This commit is contained in:
Vojtěch Bubník 2021-02-10 10:43:56 +01:00 committed by GitHub
commit b7ae342e8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 7 deletions

View file

@ -19,8 +19,6 @@
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/nowide/fstream.hpp>
#include <boost/nowide/cstdio.hpp>
#include <boost/spirit/include/karma.hpp>
#include <boost/log/trivial.hpp>

View file

@ -2,8 +2,6 @@
#include <exception>
#include <boost/algorithm/string.hpp>
#include <boost/nowide/convert.hpp>
#include <boost/nowide/cstdio.hpp>
#include "miniz_extension.hpp"

View file

@ -34,8 +34,6 @@
#include <boost/filesystem/operations.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/nowide/cstdio.hpp>
#include <Eigen/Dense>
#ifdef HAS_GLSAFE

View file

@ -12,7 +12,6 @@
#include "libslic3r/Model.hpp"
#include "libslic3r/Polygon.hpp"
#include "boost/nowide/iostream.hpp"
#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem.hpp>